Skip to content

Releases: The-React-Portfolio/react-samurai-tenzies-game

v2.3.0

11 Dec 09:21
Compare
Choose a tag to compare

Redux Toolkit

The application is now using redux toolkit instead of directly using redux/react-redux and other npm package dependencies directly. Actions folder in the redux store is now deleted as RTK will automatically create actions through createSlice.

v2.2.0

08 Dec 06:23
Compare
Choose a tag to compare
  1. Installed the Immer.js package from NPM as suggested by the Redux Style Guide
  2. Immer.js will help update a complex state object without modifying the original state as per redux standards
  3. Checkout @ https://immerjs.github.io/immer/

v2.1.0

07 Dec 06:17
Compare
Choose a tag to compare
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

05 Dec 12:33
4831ad4
Compare
Choose a tag to compare
  • 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

03 Dec 10:33
08d2c2b
Compare
Choose a tag to compare
  • 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