Skip to content

Releases: weaponsforge/react-hooks-playground

react-hooks-playground_v1.0.5

08 Jan 03:08
1aa0ae1
Compare
Choose a tag to compare

Summary

January 8, 2024

  • Test using the memo() hook on table rows re-rendering, #25
  • Update README notes - Add information about the React Developer Tools and its Profiler

What's Changed

Full Changelog: v1.0.4...v1.0.5

react-hooks-playground_v1.0.4

07 Apr 13:19
c4cb781
Compare
Choose a tag to compare

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