Snippets

Collection of useful code snippets.

Grid gallery

How to create main picture + bottom thumbnails design with Grid.

Category: cssLast Updated: May 17, 2022

Sidebar

Use grid to create sidebar layout.

Category: cssLast Updated: May 27, 2022

Sticky Nav

Create a fixed navbar.

Category: cssLast Updated: May 17, 2022

Git Sheet

A simple git cheatsheet.

Category: gitLast Updated: Jun 8, 2022

Utilities collection

JavaScript utilities in single line of code

Category: javascriptLast Updated: May 17, 2022

Dynamic Tag Name Props

Allow users to pass in a tag name prop to a component as a string.

Category: react-componentLast Updated: May 28, 2022

InPortal

Portal 提供了一種將子元件渲染到存在於父元件以外的 DOM 中的方法。

Category: react-componentLast Updated: May 27, 2022

Loading Progress

React for nprogress.

Category: react-componentLast Updated: May 17, 2022

Slider

Slider allow users to make selections from a range of values.

Category: react-componentLast Updated: May 17, 2022

Tabs

Tab component with animated highlight on hover.

Category: react-componentLast Updated: May 17, 2022

useDebounce

This hook allows you to debounce any fast changing value.

Category: react-hookLast Updated: May 17, 2022

useHasMounted

Avoid weird SSR issues with this handy React hook. Know whether you're rendering on the client or server!

Category: react-hookLast Updated: May 17, 2022

useInView

使用 IntersectionObserver API 用於檢測元素是否在螢幕可見範圍內,並且提供相關的 callback。

Category: react-hookLast Updated: May 17, 2022

useOnClickOutside

這個 hook 可以檢測指定元素之外的點擊,適用於 Modal 或 Dropdown menus 的元件在點擊元件以外的元素時自動關閉。

Category: react-hookLast Updated: May 17, 2022

useThrottle

This hook allows you to give function runs only once at a specified period of time.

Category: react-hookLast Updated: Jul 9, 2022

useToggle

Handy syntactic sugar around useState, for toggling a boolean value on and off.

Category: react-hookLast Updated: May 17, 2022