This content originally appeared on Mark's Dev Blog and was authored by Mark's Dev Blog
This week I had the chance to appear on Jason Lengstorf's "Learn with Jason" livestream show.
The topic was "Learn Modern Redux". We started by recapping some of the usual topics ("what is Redux?", "why do some people dislike Redux?", "how has Redux changed?"), and then dove into live-coding a real Redux app. We showed how to create a new React+TS project using the Vite build tool (similar to Create-React-App), add the Redux packages, and set up Redux Toolkit and React-Redux from scratch (including our recommended TS hooks configuration).
We then showed how to use the upcoming RTK Query data fetching API to request a list of dog breeds from a public API, and display that data in our UI.
I had a blast being on this show, and I think it was a great chance to show folks how we recommend writing Redux code today.
The episode page on the "Learn with Jason" site has the embedded video, transcript, and show notes links:
Learn Modern Redux - episode page, video embed, and transcript
The example app is available as a live demo and the source is in a Github repo:
- Running app: https://lets-learn-redux-toolkit.netlify.app/
- Source code: https://github.com/learnwithjason/lets-learn-redux-toolkit
This content originally appeared on Mark's Dev Blog and was authored by Mark's Dev Blog
Mark's Dev Blog | Sciencx (2021-05-29T21:00:00+00:00) Presentations: Learn Modern Redux Livestream. Retrieved from https://www.scien.cx/2021/05/29/presentations-learn-modern-redux-livestream/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.