top of page

React - Redux: <1> Sample Project

  • Writer: Anh Nguyen tuan
    Anh Nguyen tuan
  • Jul 12, 2022
  • 1 min read


ree

Before I worked with Redux-toolkit, I had worked with Dvajs. It's a good framework. However, we should go with Redux-toolkit to know more about redux. You can learn more Redux under reference link to know more my practices:


1. Dvajs

2. Redux-toolkit



I created a sample demo like:


ree


Reference link:

  • https://dd.engineering/blog/a-practical-introduction-to-using-redux-with-react

  • https://www.freecodecamp.org/news/introduction-to-redux-logic-2f01c97d6c52/

Comments


bottom of page