Skip to content

react-hooks-playground_v1.0.4

Choose a tag to compare

@weaponsforge weaponsforge released this 07 Apr 13:19
· 4 commits to master since this release
c4cb781

Summary

April 7, 2023

  • Initial release
  • Client app localhost development setup
  • Practice exercise: test using and familiarize with useSyncExternalStore basics, #5
  • Create a ToDo store with methods for adding new data and deleting existing data using
    • redux-toolkit
    • regular useState hook
  • Create a users redux store and slice
  • Test profiling the page renders when loading and processing multiple redux stores
  • Explore using the useReducer() hook, #2
  • Explore and re-visit several re-render optimization techniques
    • lowering the state
    • React.memo()

What's Changed

New Contributors

Full Changelog: https://github.com/weaponsforge/react-hooks-playground/commits/v1.0.4