- Overview
- Transcript
6.1 Conclusion
Well, that’s all for this course! Congratulations on building a full-featured, modern web app with React and Redux. There’s a lot left to learn! I’ve added a few good links below.
Related Links
1.Introduction2 lessons, 04:39
1.1Introduction01:31
1.2Application Demo03:08
2.Get Started With Redux6 lessons, 41:43
2.1Set Up the Project09:34
2.2Reducers and Actions10:10
2.3Combining Reducers08:42
2.4Challenge: Add a Case to a Reducer04:44
2.5Challenge: Split a Reducer05:19
2.6Challenge: Build a Component03:14
3.Create React Components8 lessons, 50:18
3.1Build a Pure Component04:53
3.2Start the Sidebar04:31
3.3Write Action Creators08:37
3.4Use Action Creators06:42
3.5Challenge: Temperature Converter05:50
3.6Challenge: Todo List09:21
3.7Challenge: Action Creators07:26
3.8Challenge: Refs Research02:58
4.Application Structure9 lessons, 56:09
4.1Refactor Our Application for Growth08:43
4.2Using the `react-redux` Package13:12
4.3Add a Router07:24
4.4Create Nested Routes07:44
4.5Add `localStorage` Support03:38
4.6Challenge: Presentational and Container Components07:26
4.7Challenge: Basic Routing02:53
4.8Challenge: Route Not Found02:51
4.9Challenge: Route Parameters02:18
5.Implement the App9 lessons, 1:31:34
5.1Create the Toolbar06:16
5.2Create the New Card Modal15:16
5.3Display a Deck of Cards05:27
5.4Create the Edit Card Modal10:20
5.5Filter Cards06:24
5.6Create a Study Interface19:29
5.7Add Asynchronous Actions13:08
5.8Challenge: General Conversion Component07:11
5.9Challenge: Users List Component08:03
6.Conclusion1 lesson, 01:32
6.1Conclusion01:32
6.1 Conclusion
This brings us to the end of our lessons on building an application with React and Redux. I hope you've learned a lot about React and Redux in this course, and I want to leave you with a couple of links to check out. First of all, of course, there's the official documentation. I want to point out that since we began these lessons, a newer version of React has come out. When I started we were on version 14 point something. Now, version 15 has come out. But don't worry, just now, I tested our application on version 15 of both React and React DOM, and there are no changes at all to the API that we are using. So we are completely in the clear. Everything that we did in this application will be working just fine for React version 15. Of course, you'll also want to check out the Redux documentation. It's more than just documentation. A lot of it reads like an excellent tutorial on how to use all the different components of Redux. So check that out. Another great resource I found is this document called react-howto. There are a lot of different people talking about how you can learn React, and it may be confusing to figure out what exactly you need to know to work with React and Redux. This document will tell you what you need to know to be able to use React. And what extra tools you can add on after you know React really well to make your applications even richer. Finally, I recently found this blog by James K Nelson. He has a lot of very in-depth tutorials on React, and I think you'll find that useful. However, to be completely honest with you, React and Redux is very, very popular these days, so you'll find tutorials just about anywhere you look. Well, that's it for now, so I'll see you later.