Practical Redux course now available on Educative.io!
This is a post in the Practical Redux series.
I'm very excited to announce that my "Practical Redux" tutorial series is now an interactive course on Educative.io!
Ever since I started writing this series, I've had people suggest that I ought to turn it into a book, course, or something along that line. While I don't have any real interest in writing a book, Educative's platform for building interactive courses sounded like it would be a great fit for the material in Practical Redux. In particular, the ability to create fully runnable in-course versions of an application is a great way to demonstrate what the app looks like as it's built.
For the last several months, I've been working on turning the Practical Redux blog posts into an Educative course. While the course has the same core content as the posts, I didn't want it to just be a complete copy-paste duplicate of the posts. I've taken this as a chance to clean up, reorganize, and improve several sections of the content, and rebuilt the Project Mini-Mek sample application as well.
Here's some of the changes in the course compared to the posts:
- I've rearranged the content so that the project setup process is first. That section now includes the info on using Yarn's "offline mirror" feature for package management.
- The Redux-ORM section has been heavily reworked. It now comes in between the project setup and data loading sections, which is when you actually need to learn about it. I've also updated all the info on Redux-ORM to cover the v0.9 API, which simplifies several aspects of using it.
- I've added an extensive summary of the info contained in the lessons, and a set of suggestions for further resources and learning.
- Lots of small tweaks and improvements to descriptions and wording.
- I rebuilt the Project Mini-Mek sample app from the first commit. As with the written content, the code is largely the same, but I've cleaned up some of the inconconsistencies that came from being developed over time.
- And, multiple runnable and editable examples of the application to show its implementation and progression throughout the course.
Here's the course link:
Practical Redux course on Educative.io
You'll need a free account on Educative in order to purchase the course.
I'd like to thank everyone who's read the "Practical Redux" series thus far, and especially those who have left encouraging comments or said thanks elsewhere. I've really enjoyed writing these posts, and I've got many more topics I want to cover in this series. No specific timeline yet for the next post, but I'm hoping to find time to resume writing the post series in the near future.
This is a post in the Practical Redux series. Other posts in this series:
- Jan 01, 2018 - Practical Redux, Part 11: Nested Data and Trees
- Nov 28, 2017 - Practical Redux course now available on Educative.io!
- Jul 25, 2017 - Practical Redux, Part 10: Managing Modals and Context Menus
- Jul 11, 2017 - Practical Redux, Part 9: Upgrading Redux-ORM and Updating Dependencies
- Jan 26, 2017 - Practical Redux, Part 8: Form Draft Data Management
- Jan 12, 2017 - Practical Redux, Part 7: Form Change Handling, Data Editing, and Feature Reducers
- Jan 10, 2017 - Practical Redux, Part 6: Connected Lists, Forms, and Performance
- Dec 12, 2016 - Practical Redux, Part 5: Loading and Displaying Data
- Nov 22, 2016 - Practical Redux, Part 4: UI Layout and Project Structure
- Nov 10, 2016 - Practical Redux, Part 3: Project Planning and Setup
- Oct 31, 2016 - Practical Redux, Part 2: Redux-ORM Concepts and Techniques
- Oct 31, 2016 - Practical Redux, Part 1: Redux-ORM Basics
- Oct 31, 2016 - Practical Redux, Part 0: Introduction