diff --git a/snippets/AutoLink.md b/snippets/AutoLink.md index 70e5c6b1a..71fb68ec6 100644 --- a/snippets/AutoLink.md +++ b/snippets/AutoLink.md @@ -2,6 +2,7 @@ title: Automatic text linking tags: components,fragment,regexp expertise: intermediate +author: chalarangelo firstSeen: 2018-12-05T15:04:49+02:00 lastUpdated: 2020-11-03T20:42:15+02:00 --- diff --git a/snippets/Callto.md b/snippets/Callto.md index a69bf3e8c..6b1a9358f 100644 --- a/snippets/Callto.md +++ b/snippets/Callto.md @@ -2,6 +2,7 @@ title: Callable telephone link tags: components expertise: beginner +author: chalarangelo unlisted: true firstSeen: 2020-10-04T00:07:37+03:00 lastUpdated: 2021-01-04T12:32:47+02:00 diff --git a/snippets/FileDrop.md b/snippets/FileDrop.md index 0f9614f20..017955206 100644 --- a/snippets/FileDrop.md +++ b/snippets/FileDrop.md @@ -2,6 +2,7 @@ title: File drag and drop area tags: components,input,state,effect,event expertise: advanced +author: chalarangelo firstSeen: 2019-02-02T12:17:27+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/Mailto.md b/snippets/Mailto.md index 8ae9a7642..4696aa0a9 100644 --- a/snippets/Mailto.md +++ b/snippets/Mailto.md @@ -2,6 +2,7 @@ title: Email link tags: components expertise: beginner +author: chalarangelo firstSeen: 2019-01-28T20:10:51+02:00 lastUpdated: 2020-11-16T15:17:26+02:00 --- diff --git a/snippets/PasswordRevealer.md b/snippets/PasswordRevealer.md index 6f218d006..b7cff2d0c 100644 --- a/snippets/PasswordRevealer.md +++ b/snippets/PasswordRevealer.md @@ -2,6 +2,7 @@ title: Show/hide password toggle tags: components,input,state expertise: beginner +author: chalarangelo firstSeen: 2018-10-18T20:04:22+03:00 lastUpdated: 2020-11-25T20:46:35+02:00 --- diff --git a/snippets/RippleButton.md b/snippets/RippleButton.md index aed0445b4..5e90d825c 100644 --- a/snippets/RippleButton.md +++ b/snippets/RippleButton.md @@ -2,6 +2,7 @@ title: Button with ripple effect tags: components,state,effect expertise: intermediate +author: chalarangelo firstSeen: 2019-09-10T09:07:29+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/TreeView.md b/snippets/TreeView.md index 82c57e44f..c3b93c5a5 100644 --- a/snippets/TreeView.md +++ b/snippets/TreeView.md @@ -2,6 +2,7 @@ title: Expandable object tree view tags: components,object,state,recursion expertise: advanced +author: chalarangelo firstSeen: 2019-02-06T22:17:03+02:00 lastUpdated: 2020-11-16T16:50:57+02:00 --- diff --git a/snippets/useBodyScrollLock.md b/snippets/useBodyScrollLock.md index 7e5ecc7aa..4fc7c0848 100644 --- a/snippets/useBodyScrollLock.md +++ b/snippets/useBodyScrollLock.md @@ -2,6 +2,7 @@ title: React useBodyScrollLock hook tags: hooks,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-09-02T05:00:00-04:00 --- diff --git a/snippets/useClickInside.md b/snippets/useClickInside.md index b45b07661..276cd656b 100644 --- a/snippets/useClickInside.md +++ b/snippets/useClickInside.md @@ -2,6 +2,7 @@ title: React useClickInside hook tags: hooks,effect,event expertise: intermediate +author: chalarangelo firstSeen: 2019-08-21T13:09:10+03:00 lastUpdated: 2020-11-16T14:17:53+02:00 --- diff --git a/snippets/useClickOutside.md b/snippets/useClickOutside.md index 4360e5951..9911f9fc0 100644 --- a/snippets/useClickOutside.md +++ b/snippets/useClickOutside.md @@ -2,6 +2,7 @@ title: React useClickOutside hook tags: hooks,effect,event expertise: intermediate +author: chalarangelo firstSeen: 2019-08-21T13:09:10+03:00 lastUpdated: 2020-11-16T14:17:53+02:00 --- diff --git a/snippets/useComponentDidMount.md b/snippets/useComponentDidMount.md index 0d46c8c92..4a9e1d1d0 100644 --- a/snippets/useComponentDidMount.md +++ b/snippets/useComponentDidMount.md @@ -2,6 +2,7 @@ title: React useComponentDidMount hook tags: hooks,effect expertise: beginner +author: chalarangelo firstSeen: 2020-01-03T15:56:54+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/useComponentDidUpdate.md b/snippets/useComponentDidUpdate.md index 3945c60c4..4eaeafcc8 100644 --- a/snippets/useComponentDidUpdate.md +++ b/snippets/useComponentDidUpdate.md @@ -2,6 +2,7 @@ title: React useComponentDidUpdate hook tags: hooks,effect expertise: beginner +author: chalarangelo firstSeen: 2021-11-09T05:00:00-04:00 --- diff --git a/snippets/useComponentWillUnmount.md b/snippets/useComponentWillUnmount.md index 852c82c12..9a906b237 100644 --- a/snippets/useComponentWillUnmount.md +++ b/snippets/useComponentWillUnmount.md @@ -2,6 +2,7 @@ title: React useComponentWillUnmount hook tags: hooks,effect expertise: beginner +author: chalarangelo firstSeen: 2020-01-03T16:00:56+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/useCopyToClipboard.md b/snippets/useCopyToClipboard.md index 7661c6bd7..78b8612b7 100644 --- a/snippets/useCopyToClipboard.md +++ b/snippets/useCopyToClipboard.md @@ -2,6 +2,7 @@ title: React useCopyToClipboard hook tags: hooks,effect,state,callback expertise: advanced +author: chalarangelo firstSeen: 2020-04-22T18:51:30+03:00 lastUpdated: 2020-11-16T14:17:53+02:00 --- diff --git a/snippets/useDebounce.md b/snippets/useDebounce.md index 66becb7a5..968d6eeb1 100644 --- a/snippets/useDebounce.md +++ b/snippets/useDebounce.md @@ -2,6 +2,7 @@ title: React useDebounce hook tags: hooks,state,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-01-04T16:48:43+02:00 lastUpdated: 2021-01-04T16:48:43+02:00 --- diff --git a/snippets/useDefault.md b/snippets/useDefault.md index 17820c149..ad0f1fb33 100644 --- a/snippets/useDefault.md +++ b/snippets/useDefault.md @@ -2,6 +2,7 @@ title: React useDefault hook tags: hooks,state expertise: intermediate +author: chalarangelo firstSeen: 2021-10-23T05:00:00-04:00 --- diff --git a/snippets/useEffectOnce.md b/snippets/useEffectOnce.md index 72a891379..dda1ac225 100644 --- a/snippets/useEffectOnce.md +++ b/snippets/useEffectOnce.md @@ -2,6 +2,7 @@ title: React useEffectOnce hook tags: hooks,effect expertise: beginner +author: chalarangelo firstSeen: 2021-11-16T05:00:00-04:00 --- diff --git a/snippets/useError.md b/snippets/useError.md index f5e69ddab..fef65ffc5 100644 --- a/snippets/useError.md +++ b/snippets/useError.md @@ -2,6 +2,7 @@ title: React useError hook tags: hooks,state,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-09-30T05:00:00-04:00 --- diff --git a/snippets/useEventListener.md b/snippets/useEventListener.md index 74502e07d..5bc3a984c 100644 --- a/snippets/useEventListener.md +++ b/snippets/useEventListener.md @@ -2,6 +2,7 @@ title: React useEventListener hook tags: hooks,effect,event expertise: intermediate +author: chalarangelo firstSeen: 2021-09-01T05:00:00-04:00 --- diff --git a/snippets/useFetch.md b/snippets/useFetch.md index 3d9b30ecf..cfbf31e6f 100644 --- a/snippets/useFetch.md +++ b/snippets/useFetch.md @@ -2,6 +2,7 @@ title: React useFetch hook tags: hooks,effect,state expertise: intermediate +author: chalarangelo firstSeen: 2019-08-21T14:23:57+03:00 lastUpdated: 2021-01-07T23:57:13+02:00 --- diff --git a/snippets/useGetSet.md b/snippets/useGetSet.md index 754f84c49..314f09404 100644 --- a/snippets/useGetSet.md +++ b/snippets/useGetSet.md @@ -2,6 +2,7 @@ title: React useGetSet hook tags: hooks,state expertise: intermediate +author: chalarangelo firstSeen: 2021-10-27T05:00:00-04:00 --- diff --git a/snippets/useHash.md b/snippets/useHash.md index cc0102d88..8671868b4 100644 --- a/snippets/useHash.md +++ b/snippets/useHash.md @@ -2,6 +2,7 @@ title: React useHash hook tags: hooks,state,effect expertise: advanced +author: chalarangelo firstSeen: 2021-10-02T05:00:00-04:00 --- diff --git a/snippets/useHover.md b/snippets/useHover.md index 603b1c5f0..16315feb0 100644 --- a/snippets/useHover.md +++ b/snippets/useHover.md @@ -2,6 +2,7 @@ title: React useHover hook tags: hooks,state,callback expertise: advanced +author: chalarangelo firstSeen: 2021-10-05T05:00:00-04:00 --- diff --git a/snippets/useIntersectionObserver.md b/snippets/useIntersectionObserver.md index 219a9b3c8..d1711b794 100644 --- a/snippets/useIntersectionObserver.md +++ b/snippets/useIntersectionObserver.md @@ -2,6 +2,7 @@ title: React useIntersectionObserver hook tags: hooks,state,effect expertise: advanced +author: chalarangelo firstSeen: 2021-09-10T05:00:00-04:00 --- diff --git a/snippets/useInterval.md b/snippets/useInterval.md index 0cb624986..25d4bfca6 100644 --- a/snippets/useInterval.md +++ b/snippets/useInterval.md @@ -2,6 +2,7 @@ title: React useInterval hook tags: hooks,effect expertise: intermediate +author: chalarangelo firstSeen: 2019-08-21T13:18:52+03:00 lastUpdated: 2020-11-16T14:17:53+02:00 --- diff --git a/snippets/useIsomporphicEffect.md b/snippets/useIsomporphicEffect.md index c091ae8e8..21c3727ad 100644 --- a/snippets/useIsomporphicEffect.md +++ b/snippets/useIsomporphicEffect.md @@ -2,6 +2,7 @@ title: React useIsomporphicEffect hook tags: hooks,effect expertise: beginner +author: chalarangelo firstSeen: 2021-09-29T05:00:00-04:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/useKeyPress.md b/snippets/useKeyPress.md index a4510cd68..73fcee9df 100644 --- a/snippets/useKeyPress.md +++ b/snippets/useKeyPress.md @@ -2,6 +2,7 @@ title: React useKeyPress hook tags: hooks,state,effect,event expertise: intermediate +author: chalarangelo firstSeen: 2021-09-07T05:00:00-04:00 --- diff --git a/snippets/useLocalStorage.md b/snippets/useLocalStorage.md index 44eb11f01..42e890f3e 100644 --- a/snippets/useLocalStorage.md +++ b/snippets/useLocalStorage.md @@ -2,6 +2,7 @@ title: React useLocalStorage hook tags: hooks,state expertise: intermediate +author: chalarangelo firstSeen: 2021-09-13T05:00:00-04:00 --- diff --git a/snippets/useMap.md b/snippets/useMap.md index e80ad4325..c44b799d2 100644 --- a/snippets/useMap.md +++ b/snippets/useMap.md @@ -2,6 +2,7 @@ title: React useMap hook tags: hooks,state expertise: advanced +author: chalarangelo firstSeen: 2021-11-06T05:00:00-04:00 --- diff --git a/snippets/useMediaQuery.md b/snippets/useMediaQuery.md index 649936b6a..82d6a6069 100644 --- a/snippets/useMediaQuery.md +++ b/snippets/useMediaQuery.md @@ -2,6 +2,7 @@ title: React useMediaQuery hook tags: hooks,state,effect expertise: intermediate +author: chalarangelo firstSeen: 2020-01-03T14:39:46+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/useMergeState.md b/snippets/useMergeState.md index c49ed4157..299952d92 100644 --- a/snippets/useMergeState.md +++ b/snippets/useMergeState.md @@ -2,6 +2,7 @@ title: React useMergeState hook tags: hooks,state expertise: beginner +author: chalarangelo firstSeen: 2021-09-23T05:00:00-04:00 --- diff --git a/snippets/useMutationObserver.md b/snippets/useMutationObserver.md index e1bb39128..c6f6f94d5 100644 --- a/snippets/useMutationObserver.md +++ b/snippets/useMutationObserver.md @@ -2,6 +2,7 @@ title: React useMutationObserver hook tags: hooks,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-11-23T05:00:00-04:00 --- diff --git a/snippets/useNavigatorOnLine.md b/snippets/useNavigatorOnLine.md index ce74523fd..313979cf0 100644 --- a/snippets/useNavigatorOnLine.md +++ b/snippets/useNavigatorOnLine.md @@ -2,6 +2,7 @@ title: React useNavigatorOnLine hook tags: hooks,state,effect expertise: intermediate +author: chalarangelo firstSeen: 2019-09-11T09:17:26+03:00 lastUpdated: 2020-11-16T14:17:53+02:00 --- diff --git a/snippets/useOnGlobalEvent.md b/snippets/useOnGlobalEvent.md index 5b77dabd9..699ca3c10 100644 --- a/snippets/useOnGlobalEvent.md +++ b/snippets/useOnGlobalEvent.md @@ -2,6 +2,7 @@ title: React useOnGlobalEvent hook tags: hooks,effect,event expertise: intermediate +author: chalarangelo firstSeen: 2021-12-22T05:00:00-04:00 --- diff --git a/snippets/useOnWindowResize.md b/snippets/useOnWindowResize.md index 700fe2be7..aa1346f45 100644 --- a/snippets/useOnWindowResize.md +++ b/snippets/useOnWindowResize.md @@ -2,6 +2,7 @@ title: React useOnWindowResize hook tags: hooks,effect,event expertise: intermediate +author: chalarangelo firstSeen: 2021-12-01T05:00:00-04:00 --- diff --git a/snippets/useOnWindowScroll.md b/snippets/useOnWindowScroll.md index 0b8f4ecaf..00a973e56 100644 --- a/snippets/useOnWindowScroll.md +++ b/snippets/useOnWindowScroll.md @@ -2,6 +2,7 @@ title: React useOnWindowScroll hook tags: hooks,effect,event expertise: intermediate +author: chalarangelo firstSeen: 2021-12-08T05:00:00-04:00 --- diff --git a/snippets/usePersistedState.md b/snippets/usePersistedState.md index 02cc8857e..976fb9528 100644 --- a/snippets/usePersistedState.md +++ b/snippets/usePersistedState.md @@ -2,6 +2,7 @@ title: React usePersistedState hook tags: hooks,state,effect expertise: advanced +author: chalarangelo firstSeen: 2020-11-29T14:16:36+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 --- diff --git a/snippets/usePortal.md b/snippets/usePortal.md index 7ceb1e8e9..56cdf3d9f 100644 --- a/snippets/usePortal.md +++ b/snippets/usePortal.md @@ -2,6 +2,7 @@ title: React usePortal hook tags: hooks,state,effect expertise: advanced +author: chalarangelo firstSeen: 2022-01-05T05:00:00-04:00 --- diff --git a/snippets/usePrevious.md b/snippets/usePrevious.md index 90db2fbc5..07e153b43 100644 --- a/snippets/usePrevious.md +++ b/snippets/usePrevious.md @@ -2,6 +2,7 @@ title: React usePrevious hook tags: hooks,state,effect expertise: beginner +author: chalarangelo firstSeen: 2020-01-03T09:50:22+02:00 lastUpdated: 2020-11-16T14:17:53+02:00 --- diff --git a/snippets/useRequestAnimationFrame.md b/snippets/useRequestAnimationFrame.md index 126a536c7..bbf6ad52f 100644 --- a/snippets/useRequestAnimationFrame.md +++ b/snippets/useRequestAnimationFrame.md @@ -2,6 +2,7 @@ title: React useRequestAnimationFrame hook tags: hooks,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-12-29T05:00:00-04:00 --- diff --git a/snippets/useSSR.md b/snippets/useSSR.md index 8604cc362..7729438b0 100644 --- a/snippets/useSSR.md +++ b/snippets/useSSR.md @@ -2,6 +2,7 @@ title: React useSSR hook tags: hooks,effect,state,memo expertise: intermediate +author: chalarangelo firstSeen: 2019-08-24T13:18:16+03:00 lastUpdated: 2021-03-10T06:38:42+02:00 --- diff --git a/snippets/useScript.md b/snippets/useScript.md index d843b91af..5ce81d576 100644 --- a/snippets/useScript.md +++ b/snippets/useScript.md @@ -2,6 +2,7 @@ title: React useScript hook tags: hooks,effect,state,event expertise: advanced +author: chalarangelo firstSeen: 2021-10-08T05:00:00-04:00 --- diff --git a/snippets/useSearchParam.md b/snippets/useSearchParam.md index 169df623a..fe775b755 100644 --- a/snippets/useSearchParam.md +++ b/snippets/useSearchParam.md @@ -2,6 +2,7 @@ title: React useSearchParam hook tags: hooks,state,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-10-13T05:00:00-04:00 --- diff --git a/snippets/useSessionStorage.md b/snippets/useSessionStorage.md index fea75b85d..4c1c19753 100644 --- a/snippets/useSessionStorage.md +++ b/snippets/useSessionStorage.md @@ -2,6 +2,7 @@ title: React useSessionStorage hook tags: hooks,state expertise: intermediate +author: chalarangelo firstSeen: 2021-09-15T05:00:00-04:00 --- diff --git a/snippets/useSet.md b/snippets/useSet.md index a4585d066..1daa611e1 100644 --- a/snippets/useSet.md +++ b/snippets/useSet.md @@ -2,6 +2,7 @@ title: React useSet hook tags: hooks,state expertise: advanced +author: chalarangelo firstSeen: 2021-11-01T05:00:00-04:00 --- diff --git a/snippets/useTimeout.md b/snippets/useTimeout.md index 24c1d7b2a..30187f4af 100644 --- a/snippets/useTimeout.md +++ b/snippets/useTimeout.md @@ -2,6 +2,7 @@ title: React useTimeout hook tags: hooks,effect expertise: intermediate +author: chalarangelo firstSeen: 2019-08-21T13:20:57+03:00 lastUpdated: 2020-11-16T14:17:53+02:00 --- diff --git a/snippets/useTitle.md b/snippets/useTitle.md index be5402456..02367913f 100644 --- a/snippets/useTitle.md +++ b/snippets/useTitle.md @@ -2,6 +2,7 @@ title: React useTitle hook tags: hooks,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-09-27T05:00:00-04:00 --- diff --git a/snippets/useToggler.md b/snippets/useToggler.md index f70b43b05..4e499706d 100644 --- a/snippets/useToggler.md +++ b/snippets/useToggler.md @@ -2,6 +2,7 @@ title: React useToggler hook tags: hooks,state,callback expertise: beginner +author: chalarangelo firstSeen: 2020-11-27T09:41:31+02:00 lastUpdated: 2020-11-27T09:41:31+02:00 --- diff --git a/snippets/useUpdate.md b/snippets/useUpdate.md index 2f7223bb2..c8b15d7ac 100644 --- a/snippets/useUpdate.md +++ b/snippets/useUpdate.md @@ -2,6 +2,7 @@ title: React useUpdate hook tags: components,reducer expertise: beginner +author: chalarangelo firstSeen: 2021-09-24T05:00:00-04:00 --- diff --git a/snippets/useWindowSize.md b/snippets/useWindowSize.md index a4afc0b6e..c4c43fab6 100644 --- a/snippets/useWindowSize.md +++ b/snippets/useWindowSize.md @@ -2,6 +2,7 @@ title: React useWindowSize hook tags: hooks,state,effect expertise: intermediate +author: chalarangelo firstSeen: 2021-10-18T05:00:00-04:00 ---