Releases: The-React-Portfolio/react-samurai-tenzies-game
Releases · The-React-Portfolio/react-samurai-tenzies-game
v2.3.0
v2.2.0
- Installed the Immer.js package from NPM as suggested by the Redux Style Guide
- Immer.js will help update a complex state object without modifying the original state as per redux standards
- Checkout @ https://immerjs.github.io/immer/
v2.1.0
1. Followed the data normalization pattern in redux
2. Converted the array of cards to an object of cards using the id as the key
3. Done as an example ref docs @ https://redux.js.org/tutorials/essentials/part-6-performance-normalization#normalizing-data
v2.0.0
- State management is now done with Redux/React Redux.
- Redux Dev Tools extension is also activated with this application.
- All previous state management processes have been removed.
Version 1.0.0
- The samurai tenzies game was built after being inspired by a YouTube tutorial to understand the basics of hooks and state management in React.js
- The storage of application state is done using window.localStorage
- Planning to implement the Redux store in the application in the near future after learning some core concepts from it
- Has simple icons, images, videos and sounds