Skip to content

frankagathos/modern-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern Redux Examples

Examples of modern redux in action.

Clean architecture simplified

Optionally structure dirs in your app into three folders:

  • Application : contains business logic, redux store.
  • Infrastructure : contains apis
  • Presentation : contains React components

This architecture comes with great benefits such as separation of concerns and scalability.

Useful links

We also try to follow below style of writing code.

Examples (Classic Redux)

Examples (Modern Redux)

  • state update in modern Redux Theme
  • async thunk data fetching example in modern Redux Cat image

json-server Examples

  • run npx json-server --watch data/db.json --port 8000

npm start in your console to start dev env

About

Modern redux examples with hooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published