Skip to content

That's great! It sounds like I took the initiative to refresh my memory of the good old Redux and wrote a simple implementation using plain JavaScript. However, I didn't stop there and decided to rewrite the application using React/TypeScript and the Redux ecosystem for working with React.

Notifications You must be signed in to change notification settings

Sergey-Shar/learn_redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 

Repository files navigation

Custom redux πŸ¦†

Description πŸ™:

  • In the feature/custom-redux branch, the work of the counter of goods in the basket and the rendering of product cards in a native way are implemented
  • The feature/add-custom-redux branch implements the work of the counter of goods in the basket and the rendering of product cards using custom redux
  • In this feature/react-useState branch, the application has been rewritten in React and utilizes the native useState hook for state management.
  • In this feature/react-redux branch, the packages react-redux, redux-thunk, and reselect have been added. The logic for handling the purchase of items from the shopping cart has also been implemented.

Tools πŸ› :

About

That's great! It sounds like I took the initiative to refresh my memory of the good old Redux and wrote a simple implementation using plain JavaScript. However, I didn't stop there and decided to rewrite the application using React/TypeScript and the Redux ecosystem for working with React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published