Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhadev/pupster-alts
https://github.com/jhadev/pupster-alts
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhadev/pupster-alts
- Owner: jhadev
- Created: 2019-08-14T17:39:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:23:42.000Z (about 2 years ago)
- Last Synced: 2024-11-21T03:57:33.371Z (2 months ago)
- Language: JavaScript
- Size: 1.74 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pupster-alts
Pupster-useState = useState hook -
https://reactjs.org/docs/hooks-state.htmlPupster-useReducer = useReducer hook -
https://reactjs.org/docs/hooks-reference.html#usereducerPupster-Context = Global state using Context API and useReducer (state is at top level and shared between pages)
https://reactjs.org/docs/context.html