Skip to content

Commit

Permalink
Update 2024-08-20-js-nation-react-summit-2024.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fdubost authored Aug 19, 2024
1 parent ea41ba2 commit 3401c66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2024-08-20-js-nation-react-summit-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ Then Mark presents the arguments why he thinks using Redux in 2024 is a good cho

- Provides a consistent architecture pattern for apps
- Better understanding of what's happening in the app
- Widely used,
- Well documented,
- Better update behavior than React Context,
- Redux Toolkit provides built-in tools standard use cases,
- Widely used
- Well documented
- Better update behavior than React Context
- Redux Toolkit provides built-in tools standard use cases
- [RTK Query](https://redux-toolkit.js.org/rtk-query/overview) data fetching and caching layer
- Works great with Typescript
- Designed to work with React but still UI-agnostic
Expand Down

0 comments on commit 3401c66

Please sign in to comment.