Egghead.io – Manage React Form State With Redux Form

Egghead.io – Manage React Form State With Redux Form-APoLLo
English | Size: 138.25 MB
Category: Tutorial


Working with forms can be laborious, but redux-form takes out the tedium and replaces it with an enjoyable way to create beautifully crafted forms. You get the benefit of integrating form state with an existing Redux application, plus the ability to track the state of your form with precision in Redux DevTools, without writing lots of boilerplate code.

ui.dev – React Router v5 by Tyler McGinnis

ui.dev – React Router v5 by Tyler McGinnis
English | Size: 2.15 GB
Category: Developer


Why React Router v5 ?
React Router v4 introduced a new dynamic component approach to routing. React Router v5 introduced several custom hooks.

Egghead.io – Simplify React Apps With React Hooks

Egghead.io – Simplify React Apps With React Hooks-APoLLo
English | Size: 220.54 MB
Category: Tutorial


With the massive improvements to function components in React via hooks and suspense, you may be interested in seeing how to refactor a typical class component to a simpler function component that uses React Hooks features. In this course, Kent will take a modern React codebase that uses classes and refactor the entire thing to use function components as much as possible. We’ll look at state, side effects, async code, caching, and more!

Egghead.io – Progressive Web Apps In React With Create React App

Egghead.io – Progressive Web Apps In React With Create React App-APoLLo
English | Size: 164.98 MB
Category: Tutorial


Progressive Web Apps (PWAs) allow a user to use your web app online or offline, and lets them install the app onto their iOS or Android device just like a native app. Sounds great, right? But it can be tricky to properly configure a PWA, and not every feature works on every browser or device.

WintellectNOW – Redux with React

WintellectNOW – Redux with React-CONSORTiUM
English | Size: 331.13 MB
Category: React


React and Redux are being combined in ever-growing numbers of JavaScript apps. Put the two together and the sum of the parts is greater than the whole. In this session, Eric demonstrates how to combine these two popular libraries using the React-Redux library