Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phryneas/ct_webdev_redux_2022
Redux im Jahr 2022 - alles anders?
https://github.com/phryneas/ct_webdev_redux_2022
talk
Last synced: about 1 month ago
JSON representation
Redux im Jahr 2022 - alles anders?
- Host: GitHub
- URL: https://github.com/phryneas/ct_webdev_redux_2022
- Owner: phryneas
- Created: 2022-11-07T16:01:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T16:03:22.000Z (about 2 years ago)
- Last Synced: 2024-10-28T06:47:04.062Z (3 months ago)
- Topics: talk
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redux im Jahr 2022
## Alles anders?
[Zur Talk-Beschreibung](https://ctwebdev.de/heisess/redux-im-jahr-2022-alles-anders)
# Links
- [Why Redux Toolkit is How To Use Redux Today](https://redux.js.org/introduction/why-rtk-is-redux-today)
- [Official Redux "Essentials" tutorial](https://redux.js.org/tutorials/essentials/part-1-overview-concepts)
- [Redux Style Guide](https://redux.js.org/style-guide)
- [Redux Toolkit](https://redux-toolkit.js.org/introduction/getting-started)
- [RTK Query](https://redux-toolkit.js.org/rtk-query/overview)
- instead of redux-saga, use thunks, RTK Query and the [Listener Middleware](https://redux-toolkit.js.org/api/createListenerMiddleware) - see [The Evolution of Redux Async Logic](https://blog.isquaredsoftware.com/2022/05/presentations-evolution-redux-async-logic/)
- [Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux)](https://blog.isquaredsoftware.com/2021/01/context-redux-differences/#context-and-usereducer)
- [Do not create union types with Redux Action Types. It's most likely an antipattern.](https://phryneas.de/redux-typescript-no-discriminating-union)
- [Mayflower is hiring](https://mayflower.de/karriere)
- [Sponsor me on GitHub Sponsors!](https://github.com/sponsors/phryneas)