diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a84b8deb8..fa3f6c339 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,6 @@ In order to create a new snippet, you should follow the steps below: - Snippets must have all their frontmatter sections (title, tags etc.) filled. - Snippet titles must correspond to the filename and follow the language and repository's naming conventions. - Snippet tags must be comma-separated, contain a primary tag as seen on the website as their first tag. -- Snippet expertise must be specified (`beginner`, `intermediate` or `advanced`). - Snippets must have their `firstSeen` dates formatted using [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). - Snippet descriptions must be short and to the point. Explain *what* the snippet does and detail *how* the snippet works and the language features used in it. - Snippet code and examples must be enclosed in appropriate, language-tagged blocks as shown in the snippet template, be short and use modern techniques and features. Also make sure to test your code before submitting. diff --git a/snippet-template.md b/snippet-template.md index 9d2dd847e..55e60f320 100644 --- a/snippet-template.md +++ b/snippet-template.md @@ -1,7 +1,7 @@ --- title: Component Name tags: components,state,effect -expertise: intermediate +cover: blog_images/image.jpg firstSeen: 2021-06-13T05:00:00-04:00 --- diff --git a/snippets/Accordion.md b/snippets/Accordion.md index bcdb3a5be..8e7cf09ee 100644 --- a/snippets/Accordion.md +++ b/snippets/Accordion.md @@ -1,7 +1,6 @@ --- title: Collapsible accordion tags: components,children,state -expertise: advanced cover: blog_images/beach-pineapple.jpg firstSeen: 2019-03-02T10:46:34+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/Alert.md b/snippets/Alert.md index a3832c476..9e9732733 100644 --- a/snippets/Alert.md +++ b/snippets/Alert.md @@ -1,7 +1,6 @@ --- title: Closable alert tags: components,state,effect -expertise: beginner cover: blog_images/flower-portrait-1.jpg firstSeen: 2019-09-17T13:19:30+03:00 lastUpdated: 2021-01-07T23:57:13+02:00 diff --git a/snippets/AutoLink.md b/snippets/AutoLink.md index df5226acc..5095a95f3 100644 --- a/snippets/AutoLink.md +++ b/snippets/AutoLink.md @@ -1,7 +1,6 @@ --- title: Automatic text linking tags: components,fragment,regexp -expertise: intermediate author: chalarangelo cover: blog_images/red-petals.jpg firstSeen: 2018-12-05T15:04:49+02:00 diff --git a/snippets/Callto.md b/snippets/Callto.md index 41b279cb5..4d15613af 100644 --- a/snippets/Callto.md +++ b/snippets/Callto.md @@ -1,7 +1,6 @@ --- title: Callable telephone link tags: components -expertise: beginner author: chalarangelo unlisted: true cover: blog_images/rabbit-call.jpg diff --git a/snippets/Carousel.md b/snippets/Carousel.md index 5599ca6f9..ebbfc233b 100644 --- a/snippets/Carousel.md +++ b/snippets/Carousel.md @@ -1,7 +1,6 @@ --- title: Carousel tags: components,children,state,effect -expertise: advanced cover: blog_images/shell-focus.jpg firstSeen: 2018-11-13T21:24:55+02:00 lastUpdated: 2020-11-03T20:42:15+02:00 diff --git a/snippets/Collapse.md b/snippets/Collapse.md index cd7d2e49f..9f15bf759 100644 --- a/snippets/Collapse.md +++ b/snippets/Collapse.md @@ -1,7 +1,6 @@ --- title: Collapsible content tags: components,children,state -expertise: beginner cover: blog_images/washed-ashore.jpg firstSeen: 2018-10-17T20:42:23+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/ControlledInput.md b/snippets/ControlledInput.md index 9e6f9acf0..9e19f8ac5 100644 --- a/snippets/ControlledInput.md +++ b/snippets/ControlledInput.md @@ -1,7 +1,6 @@ --- title: Controlled input field tags: components,input -expertise: intermediate cover: blog_images/digital-nomad-5.jpg firstSeen: 2019-08-21T13:09:10+03:00 lastUpdated: 2020-11-03T21:08:39+02:00 diff --git a/snippets/CountDown.md b/snippets/CountDown.md index 911286d99..e1e28c4d6 100644 --- a/snippets/CountDown.md +++ b/snippets/CountDown.md @@ -1,7 +1,6 @@ --- title: Countdown timer tags: components,state -expertise: advanced cover: blog_images/sea-view-2.jpg firstSeen: 2019-02-06T14:39:31+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/DataList.md b/snippets/DataList.md index f17388faa..749661513 100644 --- a/snippets/DataList.md +++ b/snippets/DataList.md @@ -1,7 +1,6 @@ --- title: Data list tags: components -expertise: beginner cover: blog_images/interior-14.jpg firstSeen: 2018-11-29T12:12:24+02:00 lastUpdated: 2020-11-03T21:26:34+02:00 diff --git a/snippets/DataTable.md b/snippets/DataTable.md index 22e718823..f6fb10fc7 100644 --- a/snippets/DataTable.md +++ b/snippets/DataTable.md @@ -1,7 +1,6 @@ --- title: Data table tags: components -expertise: beginner cover: blog_images/armchair.jpg firstSeen: 2018-11-29T11:13:59+02:00 lastUpdated: 2020-11-03T21:26:34+02:00 diff --git a/snippets/FileDrop.md b/snippets/FileDrop.md index 842829073..b33ba35a6 100644 --- a/snippets/FileDrop.md +++ b/snippets/FileDrop.md @@ -1,7 +1,6 @@ --- title: File drag and drop area tags: components,input,state,effect,event -expertise: advanced author: chalarangelo cover: blog_images/man-red-sunset.jpg firstSeen: 2019-02-02T12:17:27+02:00 diff --git a/snippets/LazyLoadImage.md b/snippets/LazyLoadImage.md index ffe89721f..5d581b09b 100644 --- a/snippets/LazyLoadImage.md +++ b/snippets/LazyLoadImage.md @@ -1,7 +1,6 @@ --- title: Lazy-loading image tags: components,effect,state -expertise: advanced cover: blog_images/strawberries.jpg author: chalarangelo firstSeen: 2022-07-29T05:00:00-04:00 diff --git a/snippets/LimitedTextarea.md b/snippets/LimitedTextarea.md index 49e6968f2..239f538f9 100644 --- a/snippets/LimitedTextarea.md +++ b/snippets/LimitedTextarea.md @@ -1,7 +1,6 @@ --- title: Textarea with character limit tags: components,state,callback,event -expertise: beginner cover: blog_images/flower-portrait-2.jpg firstSeen: 2018-10-19T09:11:59+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/LimitedWordTextarea.md b/snippets/LimitedWordTextarea.md index 76b8d0128..20e57923d 100644 --- a/snippets/LimitedWordTextarea.md +++ b/snippets/LimitedWordTextarea.md @@ -1,7 +1,6 @@ --- title: Textarea with word limit tags: components,input,state,callback,effect,event -expertise: intermediate cover: blog_images/painters-desk.jpg firstSeen: 2019-02-20T18:22:22+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/Loader.md b/snippets/Loader.md index 62542d11e..e08d7f7ee 100644 --- a/snippets/Loader.md +++ b/snippets/Loader.md @@ -1,7 +1,6 @@ --- title: Spinning loader tags: components -expertise: beginner cover: blog_images/godray-computer-mug.jpg firstSeen: 2019-09-11T21:59:12+03:00 lastUpdated: 2020-11-16T15:17:26+02:00 diff --git a/snippets/Mailto.md b/snippets/Mailto.md index 7a5c6f7a4..15d3f9432 100644 --- a/snippets/Mailto.md +++ b/snippets/Mailto.md @@ -1,7 +1,6 @@ --- title: Email link tags: components -expertise: beginner author: chalarangelo cover: blog_images/digital-nomad-4.jpg firstSeen: 2019-01-28T20:10:51+02:00 diff --git a/snippets/MappedTable.md b/snippets/MappedTable.md index 2b64ed920..8b2362d47 100644 --- a/snippets/MappedTable.md +++ b/snippets/MappedTable.md @@ -1,7 +1,6 @@ --- title: Object table view tags: components,array,object -expertise: intermediate cover: blog_images/waves-from-above-2.jpg firstSeen: 2018-11-29T11:50:10+02:00 lastUpdated: 2020-09-06T14:20:45+03:00 diff --git a/snippets/Modal.md b/snippets/Modal.md index b584d0960..162c78e09 100644 --- a/snippets/Modal.md +++ b/snippets/Modal.md @@ -1,7 +1,6 @@ --- title: Modal dialog tags: components,effect -expertise: intermediate cover: blog_images/yellow-white-mug-2.jpg firstSeen: 2019-03-11T11:25:06+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/MultiselectCheckbox.md b/snippets/MultiselectCheckbox.md index 66045b6b5..a0a6cd3b7 100644 --- a/snippets/MultiselectCheckbox.md +++ b/snippets/MultiselectCheckbox.md @@ -1,7 +1,6 @@ --- title: Stateful checkbox with multiple selection tags: components,input,state,array -expertise: intermediate cover: blog_images/violin.jpg firstSeen: 2019-01-27T09:25:57+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/PasswordRevealer.md b/snippets/PasswordRevealer.md index adcbefc34..47828681c 100644 --- a/snippets/PasswordRevealer.md +++ b/snippets/PasswordRevealer.md @@ -1,7 +1,6 @@ --- title: Show/hide password toggle tags: components,input,state -expertise: beginner author: chalarangelo cover: blog_images/thread.jpg firstSeen: 2018-10-18T20:04:22+03:00 diff --git a/snippets/RippleButton.md b/snippets/RippleButton.md index 208bc60bf..f120d5a0d 100644 --- a/snippets/RippleButton.md +++ b/snippets/RippleButton.md @@ -1,7 +1,6 @@ --- title: Button with ripple effect tags: components,state,effect -expertise: intermediate author: chalarangelo cover: blog_images/mountain-lake-cottage.jpg firstSeen: 2019-09-10T09:07:29+03:00 diff --git a/snippets/Select.md b/snippets/Select.md index 931a7b65b..0b867d69a 100644 --- a/snippets/Select.md +++ b/snippets/Select.md @@ -1,7 +1,6 @@ --- title: Uncontrolled select element tags: components,input -expertise: beginner cover: blog_images/down-the-stream.jpg firstSeen: 2018-12-10T10:48:03+02:00 lastUpdated: 2020-11-25T20:46:35+02:00 diff --git a/snippets/Slider.md b/snippets/Slider.md index 5516c0aae..d27d89c1d 100644 --- a/snippets/Slider.md +++ b/snippets/Slider.md @@ -1,7 +1,6 @@ --- title: Uncontrolled range input tags: components,input -expertise: beginner cover: blog_images/solitude-beach.jpg firstSeen: 2019-03-02T10:20:55+02:00 lastUpdated: 2020-11-25T20:46:35+02:00 diff --git a/snippets/StarRating.md b/snippets/StarRating.md index 428f9fc46..fecfdf141 100644 --- a/snippets/StarRating.md +++ b/snippets/StarRating.md @@ -1,7 +1,6 @@ --- title: Star rating tags: components,children,input,state -expertise: intermediate cover: blog_images/lake-church.jpg firstSeen: 2018-10-18T14:33:45+03:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/Tabs.md b/snippets/Tabs.md index 32bc591b9..44fa3fa41 100644 --- a/snippets/Tabs.md +++ b/snippets/Tabs.md @@ -1,7 +1,6 @@ --- title: Tabs tags: components,state,children -expertise: intermediate cover: blog_images/by-the-lighthouse.jpg firstSeen: 2019-01-27T11:59:52+02:00 lastUpdated: 2021-10-13T19:29:39+02:00 diff --git a/snippets/TagInput.md b/snippets/TagInput.md index 4b069a619..4ef09a8dd 100644 --- a/snippets/TagInput.md +++ b/snippets/TagInput.md @@ -1,7 +1,6 @@ --- title: Tag input field tags: components,input,state -expertise: intermediate cover: blog_images/interior-4.jpg firstSeen: 2019-10-02T10:06:11+03:00 lastUpdated: 2020-11-25T21:12:16+02:00 diff --git a/snippets/TextArea.md b/snippets/TextArea.md index aa4355945..c00ed536c 100644 --- a/snippets/TextArea.md +++ b/snippets/TextArea.md @@ -1,7 +1,6 @@ --- title: Uncontrolled textarea element tags: components,input -expertise: beginner cover: blog_images/volcano-sunset.jpg firstSeen: 2018-12-10T10:45:51+02:00 lastUpdated: 2020-11-25T20:46:35+02:00 diff --git a/snippets/Toggle.md b/snippets/Toggle.md index dd5e7c594..5ca52a48d 100644 --- a/snippets/Toggle.md +++ b/snippets/Toggle.md @@ -1,7 +1,6 @@ --- title: Toggle tags: components,state -expertise: beginner cover: blog_images/cows.jpg firstSeen: 2018-10-27T20:35:37+03:00 lastUpdated: 2020-11-16T16:50:57+02:00 diff --git a/snippets/Tooltip.md b/snippets/Tooltip.md index 10b20317d..0e1be893c 100644 --- a/snippets/Tooltip.md +++ b/snippets/Tooltip.md @@ -1,7 +1,6 @@ --- title: Tooltip tags: components,state,children -expertise: beginner cover: blog_images/dark-leaves-6.jpg firstSeen: 2018-11-13T20:21:24+02:00 lastUpdated: 2020-11-16T15:17:26+02:00 diff --git a/snippets/TreeView.md b/snippets/TreeView.md index a10ddbcfb..4d4256260 100644 --- a/snippets/TreeView.md +++ b/snippets/TreeView.md @@ -1,7 +1,6 @@ --- title: Expandable object tree view tags: components,object,state,recursion -expertise: advanced author: chalarangelo cover: blog_images/digital-nomad-9.jpg firstSeen: 2019-02-06T22:17:03+02:00 diff --git a/snippets/UncontrolledInput.md b/snippets/UncontrolledInput.md index 64f8b6403..2e43df432 100644 --- a/snippets/UncontrolledInput.md +++ b/snippets/UncontrolledInput.md @@ -1,7 +1,6 @@ --- title: Uncontrolled input field tags: components,input -expertise: intermediate cover: blog_images/digital-nomad-15.jpg firstSeen: 2019-08-21T12:28:50+03:00 lastUpdated: 2020-11-03T21:08:39+02:00 diff --git a/snippets/useAsync.md b/snippets/useAsync.md index ac6d02cc2..6674b90d2 100644 --- a/snippets/useAsync.md +++ b/snippets/useAsync.md @@ -1,7 +1,6 @@ --- title: React useAsync hook tags: hooks,state,reducer -expertise: advanced cover: blog_images/oven-paddle.jpg firstSeen: 2020-01-09T20:22:12+02:00 lastUpdated: 2021-01-07T23:57:13+02:00 diff --git a/snippets/useBodyScrollLock.md b/snippets/useBodyScrollLock.md index 3511b649f..0b83e74de 100644 --- a/snippets/useBodyScrollLock.md +++ b/snippets/useBodyScrollLock.md @@ -1,7 +1,6 @@ --- title: React useBodyScrollLock hook tags: hooks,effect -expertise: intermediate author: chalarangelo cover: blog_images/folded-map.jpg firstSeen: 2021-09-02T05:00:00-04:00 diff --git a/snippets/useClickInside.md b/snippets/useClickInside.md index cd9e83ea5..58fd902d6 100644 --- a/snippets/useClickInside.md +++ b/snippets/useClickInside.md @@ -1,7 +1,6 @@ --- title: React useClickInside hook tags: hooks,effect,event -expertise: intermediate author: chalarangelo cover: blog_images/digital-nomad-10.jpg firstSeen: 2019-08-21T13:09:10+03:00 diff --git a/snippets/useClickOutside.md b/snippets/useClickOutside.md index 213dcf2d3..e9f8b8241 100644 --- a/snippets/useClickOutside.md +++ b/snippets/useClickOutside.md @@ -1,7 +1,6 @@ --- title: React useClickOutside hook tags: hooks,effect,event -expertise: intermediate author: chalarangelo cover: blog_images/clutter.jpg firstSeen: 2019-08-21T13:09:10+03:00 diff --git a/snippets/useComponentDidMount.md b/snippets/useComponentDidMount.md index 8dc6d754c..6bae8c2e5 100644 --- a/snippets/useComponentDidMount.md +++ b/snippets/useComponentDidMount.md @@ -1,7 +1,6 @@ --- title: React useComponentDidMount hook tags: hooks,effect -expertise: beginner author: chalarangelo cover: blog_images/highlands.jpg firstSeen: 2020-01-03T15:56:54+02:00 diff --git a/snippets/useComponentDidUpdate.md b/snippets/useComponentDidUpdate.md index f2fb6e3bf..75d3eded8 100644 --- a/snippets/useComponentDidUpdate.md +++ b/snippets/useComponentDidUpdate.md @@ -1,7 +1,6 @@ --- title: React useComponentDidUpdate hook tags: hooks,effect -expertise: beginner author: chalarangelo cover: blog_images/flower-portrait-10.jpg firstSeen: 2021-11-09T05:00:00-04:00 diff --git a/snippets/useComponentWillUnmount.md b/snippets/useComponentWillUnmount.md index 8a329cecb..c9b409408 100644 --- a/snippets/useComponentWillUnmount.md +++ b/snippets/useComponentWillUnmount.md @@ -1,7 +1,6 @@ --- title: React useComponentWillUnmount hook tags: hooks,effect -expertise: beginner author: chalarangelo cover: blog_images/rocky-beach-3.jpg firstSeen: 2020-01-03T16:00:56+02:00 diff --git a/snippets/useCopyToClipboard.md b/snippets/useCopyToClipboard.md index 4ccaf0c5d..8b1f14927 100644 --- a/snippets/useCopyToClipboard.md +++ b/snippets/useCopyToClipboard.md @@ -1,7 +1,6 @@ --- title: React useCopyToClipboard hook tags: hooks,effect,state,callback -expertise: advanced author: chalarangelo cover: blog_images/antelope.jpg firstSeen: 2020-04-22T18:51:30+03:00 diff --git a/snippets/useDebounce.md b/snippets/useDebounce.md index 8d74691e7..6ffd4eb9b 100644 --- a/snippets/useDebounce.md +++ b/snippets/useDebounce.md @@ -1,7 +1,6 @@ --- title: React useDebounce hook tags: hooks,state,effect -expertise: intermediate author: chalarangelo cover: blog_images/blue-bird.jpg firstSeen: 2021-01-04T16:48:43+02:00 diff --git a/snippets/useDefault.md b/snippets/useDefault.md index ea092d256..42183cd79 100644 --- a/snippets/useDefault.md +++ b/snippets/useDefault.md @@ -1,7 +1,6 @@ --- title: React useDefault hook tags: hooks,state -expertise: intermediate author: chalarangelo cover: blog_images/flower-portrait-8.jpg firstSeen: 2021-10-23T05:00:00-04:00 diff --git a/snippets/useDelayedState.md b/snippets/useDelayedState.md index aafcbe0c2..a021757e5 100644 --- a/snippets/useDelayedState.md +++ b/snippets/useDelayedState.md @@ -1,7 +1,6 @@ --- title: React useDelayedState hook tags: hooks,state,effect -expertise: intermediate cover: blog_images/city-view.jpg firstSeen: 2021-12-15T05:00:00-04:00 --- diff --git a/snippets/useEffectOnce.md b/snippets/useEffectOnce.md index 71284fa50..f0dcc19e9 100644 --- a/snippets/useEffectOnce.md +++ b/snippets/useEffectOnce.md @@ -1,7 +1,6 @@ --- title: React useEffectOnce hook tags: hooks,effect -expertise: beginner author: chalarangelo cover: blog_images/pop-of-green.jpg firstSeen: 2021-11-16T05:00:00-04:00 diff --git a/snippets/useError.md b/snippets/useError.md index 6649ed4a0..d57734922 100644 --- a/snippets/useError.md +++ b/snippets/useError.md @@ -1,7 +1,6 @@ --- title: React useError hook tags: hooks,state,effect -expertise: intermediate author: chalarangelo cover: blog_images/baloons-field.jpg firstSeen: 2021-09-30T05:00:00-04:00 diff --git a/snippets/useEventListener.md b/snippets/useEventListener.md index 935577245..e5b0bb37f 100644 --- a/snippets/useEventListener.md +++ b/snippets/useEventListener.md @@ -1,7 +1,6 @@ --- title: React useEventListener hook tags: hooks,effect,event -expertise: intermediate author: chalarangelo cover: blog_images/beach-riders.jpg firstSeen: 2021-09-01T05:00:00-04:00 diff --git a/snippets/useFetch.md b/snippets/useFetch.md index db23e320e..6ca624e48 100644 --- a/snippets/useFetch.md +++ b/snippets/useFetch.md @@ -1,7 +1,6 @@ --- title: React useFetch hook tags: hooks,effect,state -expertise: intermediate author: chalarangelo cover: blog_images/coworking-space.jpg firstSeen: 2019-08-21T14:23:57+03:00 diff --git a/snippets/useForm.md b/snippets/useForm.md index 946c165a1..a4eb9d34a 100644 --- a/snippets/useForm.md +++ b/snippets/useForm.md @@ -1,7 +1,6 @@ --- title: React useForm hook tags: hooks,state -expertise: beginner cover: blog_images/cave-view.jpg firstSeen: 2021-09-17T05:00:00-04:00 --- diff --git a/snippets/useGetSet.md b/snippets/useGetSet.md index 72305a14e..7a96a8cf6 100644 --- a/snippets/useGetSet.md +++ b/snippets/useGetSet.md @@ -1,7 +1,6 @@ --- title: React useGetSet hook tags: hooks,state -expertise: intermediate author: chalarangelo cover: blog_images/interior-12.jpg firstSeen: 2021-10-27T05:00:00-04:00 diff --git a/snippets/useHash.md b/snippets/useHash.md index 5012048ce..d0e403237 100644 --- a/snippets/useHash.md +++ b/snippets/useHash.md @@ -1,7 +1,6 @@ --- title: React useHash hook tags: hooks,state,effect -expertise: advanced author: chalarangelo cover: blog_images/book-chair.jpg firstSeen: 2021-10-02T05:00:00-04:00 diff --git a/snippets/useHover.md b/snippets/useHover.md index c1edb4ba9..a0ffe0e54 100644 --- a/snippets/useHover.md +++ b/snippets/useHover.md @@ -1,7 +1,6 @@ --- title: React useHover hook tags: hooks,state,callback -expertise: advanced author: chalarangelo cover: blog_images/pink-flower-tree.jpg firstSeen: 2021-10-05T05:00:00-04:00 diff --git a/snippets/useIntersectionObserver.md b/snippets/useIntersectionObserver.md index a9739702d..a21ebf224 100644 --- a/snippets/useIntersectionObserver.md +++ b/snippets/useIntersectionObserver.md @@ -1,7 +1,6 @@ --- title: React useIntersectionObserver hook tags: hooks,state,effect -expertise: advanced author: chalarangelo cover: blog_images/budapest-palace.jpg firstSeen: 2021-09-10T05:00:00-04:00 diff --git a/snippets/useInterval.md b/snippets/useInterval.md index 01df1ed48..22458a493 100644 --- a/snippets/useInterval.md +++ b/snippets/useInterval.md @@ -1,7 +1,6 @@ --- title: React useInterval hook tags: hooks,effect -expertise: intermediate author: chalarangelo cover: blog_images/digital-nomad-13.jpg firstSeen: 2019-08-21T13:18:52+03:00 diff --git a/snippets/useIsomporphicEffect.md b/snippets/useIsomporphicEffect.md index 3cd57e482..46b709fa6 100644 --- a/snippets/useIsomporphicEffect.md +++ b/snippets/useIsomporphicEffect.md @@ -1,7 +1,6 @@ --- title: React useIsomporphicEffect hook tags: hooks,effect -expertise: beginner author: chalarangelo cover: blog_images/jars-on-shelf-2.jpg firstSeen: 2021-09-29T05:00:00-04:00 diff --git a/snippets/useKeyPress.md b/snippets/useKeyPress.md index 54f5b11e3..f3442f1ed 100644 --- a/snippets/useKeyPress.md +++ b/snippets/useKeyPress.md @@ -1,7 +1,6 @@ --- title: React useKeyPress hook tags: hooks,state,effect,event -expertise: intermediate author: chalarangelo cover: blog_images/yellow-white-mug-1.jpg firstSeen: 2021-09-07T05:00:00-04:00 diff --git a/snippets/useLocalStorage.md b/snippets/useLocalStorage.md index b1baa80e0..6d2034508 100644 --- a/snippets/useLocalStorage.md +++ b/snippets/useLocalStorage.md @@ -1,7 +1,6 @@ --- title: React useLocalStorage hook tags: hooks,state -expertise: intermediate author: chalarangelo cover: blog_images/houses-rock-sea.jpg firstSeen: 2021-09-13T05:00:00-04:00 diff --git a/snippets/useMap.md b/snippets/useMap.md index ac547ab94..fdd18e1cb 100644 --- a/snippets/useMap.md +++ b/snippets/useMap.md @@ -1,7 +1,6 @@ --- title: React useMap hook tags: hooks,state -expertise: advanced author: chalarangelo cover: blog_images/work-hard-computer.jpg firstSeen: 2021-11-06T05:00:00-04:00 diff --git a/snippets/useMediaQuery.md b/snippets/useMediaQuery.md index 8637761bc..a7b291c0b 100644 --- a/snippets/useMediaQuery.md +++ b/snippets/useMediaQuery.md @@ -1,7 +1,6 @@ --- title: React useMediaQuery hook tags: hooks,state,effect -expertise: intermediate author: chalarangelo cover: blog_images/clay-pot-horizon.jpg firstSeen: 2020-01-03T14:39:46+02:00 diff --git a/snippets/useMergeState.md b/snippets/useMergeState.md index 70c18af4a..9555a1f6e 100644 --- a/snippets/useMergeState.md +++ b/snippets/useMergeState.md @@ -1,7 +1,6 @@ --- title: React useMergeState hook tags: hooks,state -expertise: beginner author: chalarangelo cover: blog_images/digital-nomad-6.jpg firstSeen: 2021-09-23T05:00:00-04:00 diff --git a/snippets/useMutationObserver.md b/snippets/useMutationObserver.md index 78cbf012d..efb718193 100644 --- a/snippets/useMutationObserver.md +++ b/snippets/useMutationObserver.md @@ -1,7 +1,6 @@ --- title: React useMutationObserver hook tags: hooks,effect -expertise: intermediate author: chalarangelo cover: blog_images/laptop-plants.jpg firstSeen: 2021-11-23T05:00:00-04:00 diff --git a/snippets/useNavigatorOnLine.md b/snippets/useNavigatorOnLine.md index 2bca62280..118eb445c 100644 --- a/snippets/useNavigatorOnLine.md +++ b/snippets/useNavigatorOnLine.md @@ -1,7 +1,6 @@ --- title: React useNavigatorOnLine hook tags: hooks,state,effect -expertise: intermediate author: chalarangelo cover: blog_images/digital-nomad-7.jpg firstSeen: 2019-09-11T09:17:26+03:00 diff --git a/snippets/useOnGlobalEvent.md b/snippets/useOnGlobalEvent.md index f5a679764..1167898d7 100644 --- a/snippets/useOnGlobalEvent.md +++ b/snippets/useOnGlobalEvent.md @@ -1,7 +1,6 @@ --- title: React useOnGlobalEvent hook tags: hooks,effect,event -expertise: intermediate author: chalarangelo cover: blog_images/tropical-bike.jpg firstSeen: 2021-12-22T05:00:00-04:00 diff --git a/snippets/useOnWindowResize.md b/snippets/useOnWindowResize.md index c999f8900..d9082e69b 100644 --- a/snippets/useOnWindowResize.md +++ b/snippets/useOnWindowResize.md @@ -1,7 +1,6 @@ --- title: React useOnWindowResize hook tags: hooks,effect,event -expertise: intermediate author: chalarangelo cover: blog_images/flower-camera.jpg firstSeen: 2021-12-01T05:00:00-04:00 diff --git a/snippets/useOnWindowScroll.md b/snippets/useOnWindowScroll.md index 24d12a10d..ad004a527 100644 --- a/snippets/useOnWindowScroll.md +++ b/snippets/useOnWindowScroll.md @@ -1,7 +1,6 @@ --- title: React useOnWindowScroll hook tags: hooks,effect,event -expertise: intermediate author: chalarangelo cover: blog_images/planning.jpg firstSeen: 2021-12-08T05:00:00-04:00 diff --git a/snippets/usePersistedState.md b/snippets/usePersistedState.md index 84c111a0d..2b9524674 100644 --- a/snippets/usePersistedState.md +++ b/snippets/usePersistedState.md @@ -1,7 +1,6 @@ --- title: React usePersistedState hook tags: hooks,state,effect -expertise: advanced author: chalarangelo cover: blog_images/red-berries.jpg firstSeen: 2020-11-29T14:16:36+02:00 diff --git a/snippets/usePortal.md b/snippets/usePortal.md index ea814275f..0c6d351be 100644 --- a/snippets/usePortal.md +++ b/snippets/usePortal.md @@ -1,7 +1,6 @@ --- title: React usePortal hook tags: hooks,state,effect -expertise: advanced author: chalarangelo cover: blog_images/interior-3.jpg firstSeen: 2022-01-05T05:00:00-04:00 diff --git a/snippets/usePrevious.md b/snippets/usePrevious.md index 0cf90b8c1..7ef1ddad3 100644 --- a/snippets/usePrevious.md +++ b/snippets/usePrevious.md @@ -1,7 +1,6 @@ --- title: React usePrevious hook tags: hooks,state,effect -expertise: beginner author: chalarangelo cover: blog_images/couch-laptop.jpg firstSeen: 2020-01-03T09:50:22+02:00 diff --git a/snippets/useRequestAnimationFrame.md b/snippets/useRequestAnimationFrame.md index 90c9ee5c1..c83e9247b 100644 --- a/snippets/useRequestAnimationFrame.md +++ b/snippets/useRequestAnimationFrame.md @@ -1,7 +1,6 @@ --- title: React useRequestAnimationFrame hook tags: hooks,effect -expertise: intermediate author: chalarangelo cover: blog_images/aerial-view-port.jpg firstSeen: 2021-12-29T05:00:00-04:00 diff --git a/snippets/useSSR.md b/snippets/useSSR.md index f6a51b703..87a4140ee 100644 --- a/snippets/useSSR.md +++ b/snippets/useSSR.md @@ -1,7 +1,6 @@ --- title: React useSSR hook tags: hooks,effect,state,memo -expertise: intermediate author: chalarangelo cover: blog_images/interior-6.jpg firstSeen: 2019-08-24T13:18:16+03:00 diff --git a/snippets/useScript.md b/snippets/useScript.md index 931bb2658..e3b10db3f 100644 --- a/snippets/useScript.md +++ b/snippets/useScript.md @@ -1,7 +1,6 @@ --- title: React useScript hook tags: hooks,effect,state,event -expertise: advanced author: chalarangelo cover: blog_images/travel-mug-3.jpg firstSeen: 2021-10-08T05:00:00-04:00 diff --git a/snippets/useSearchParam.md b/snippets/useSearchParam.md index 5f5dfa464..8baceba57 100644 --- a/snippets/useSearchParam.md +++ b/snippets/useSearchParam.md @@ -1,7 +1,6 @@ --- title: React useSearchParam hook tags: hooks,state,effect -expertise: intermediate author: chalarangelo cover: blog_images/coffee-phone-tray-3.jpg firstSeen: 2021-10-13T05:00:00-04:00 diff --git a/snippets/useSessionStorage.md b/snippets/useSessionStorage.md index 6854c0368..69d911c9c 100644 --- a/snippets/useSessionStorage.md +++ b/snippets/useSessionStorage.md @@ -1,7 +1,6 @@ --- title: React useSessionStorage hook tags: hooks,state -expertise: intermediate author: chalarangelo cover: blog_images/white-laptop.jpg firstSeen: 2021-09-15T05:00:00-04:00 diff --git a/snippets/useSet.md b/snippets/useSet.md index 142e04630..201675c7f 100644 --- a/snippets/useSet.md +++ b/snippets/useSet.md @@ -1,7 +1,6 @@ --- title: React useSet hook tags: hooks,state -expertise: advanced author: chalarangelo cover: blog_images/engine.jpg firstSeen: 2021-11-01T05:00:00-04:00 diff --git a/snippets/useTimeout.md b/snippets/useTimeout.md index 1b1a5c779..22e237c31 100644 --- a/snippets/useTimeout.md +++ b/snippets/useTimeout.md @@ -1,7 +1,6 @@ --- title: React useTimeout hook tags: hooks,effect -expertise: intermediate author: chalarangelo cover: blog_images/interior-10.jpg firstSeen: 2019-08-21T13:20:57+03:00 diff --git a/snippets/useTitle.md b/snippets/useTitle.md index fac164ba1..fe3f8b5d6 100644 --- a/snippets/useTitle.md +++ b/snippets/useTitle.md @@ -1,7 +1,6 @@ --- title: React useTitle hook tags: hooks,effect -expertise: intermediate author: chalarangelo cover: blog_images/blue-lake.jpg firstSeen: 2021-09-27T05:00:00-04:00 diff --git a/snippets/useToggler.md b/snippets/useToggler.md index 1e9d6a6da..5e82f848d 100644 --- a/snippets/useToggler.md +++ b/snippets/useToggler.md @@ -1,7 +1,6 @@ --- title: React useToggler hook tags: hooks,state,callback -expertise: beginner author: chalarangelo cover: blog_images/tram-car-2.jpg firstSeen: 2020-11-27T09:41:31+02:00 diff --git a/snippets/useUnload.md b/snippets/useUnload.md index 964eda8e3..949ecb45d 100644 --- a/snippets/useUnload.md +++ b/snippets/useUnload.md @@ -1,7 +1,6 @@ --- title: React useUnload hook tags: hooks,effect,event -expertise: intermediate cover: blog_images/digital-nomad-14.jpg firstSeen: 2020-10-05T17:53:24+03:00 lastUpdated: 2020-11-29T14:16:36+02:00 diff --git a/snippets/useUpdate.md b/snippets/useUpdate.md index 2a8408c6f..f91292a73 100644 --- a/snippets/useUpdate.md +++ b/snippets/useUpdate.md @@ -1,7 +1,6 @@ --- title: React useUpdate hook tags: components,reducer -expertise: beginner author: chalarangelo cover: blog_images/lavender-shelf.jpg firstSeen: 2021-09-24T05:00:00-04:00 diff --git a/snippets/useWindowSize.md b/snippets/useWindowSize.md index 1020ceed9..e0c83de75 100644 --- a/snippets/useWindowSize.md +++ b/snippets/useWindowSize.md @@ -1,7 +1,6 @@ --- title: React useWindowSize hook tags: hooks,state,effect -expertise: intermediate author: chalarangelo cover: blog_images/polar-bear.jpg firstSeen: 2021-10-18T05:00:00-04:00