Rally Coding - React Videos for Android
See all the videos in the app and at http://rallycoding.com
Recent videos include:
- Animation of React Components
React is great for rendering HTML, but it can also be used for amazing animations with just a pinch of CSS. Learn how to easily add animations to your React and Redux applications with this video tutorial.
- A Better Way to Load Data
There are many ways to load data in a Redux application, but none are established as a community convention. In the first video of a series, find out how to keep your components reusable by loading data based on routes that the user visits.
- Logicless Components with Reselect
Reselect is an unsung hero of the React/Redux ecosystem. You can use Reselect whenever you want to combine two or more existing pieces of state. Watch and learn how to to pull repetitive logic out of your components by building a multi-select list UI.
- Dynamic Forms with Redux Form
Stop writing repetitive code when building forms in React. DRY up your codebase with configuration objects!
- Basics of Redux Thunk
Redux Thunk is the community-standard method for handling long-running action creators in Redux applications. Walk through the basic of Redux Thunk with an overview of the purpose and functionality of this popular middleware.
- Combining Redux and Firebase
What is the best way to get Redux and Firebase working together? Redux retrieves and holds application data while Firebase is a first class solution for storing data on a cloud database. The two have somewhat conflicting API's. Let's figure this out.
Watch new videos on React and Javascript every week!