Forms using React and Redux

A while ago i published a blogpost about some lessons learned from moving to React and Redux.

Similar

SwiftUI for React Devs

A cheat sheet that helps React developers to quickly start with SwiftUI. - GitHub - unixzii/swiftui-for-react-devs: A cheat sheet that helps React developers to quickly start with SwiftUI. (more…)

Read more »

How YC companies test their React apps

React has a great ecosystem not just for making development easier, but for making testing easier as well. We surveyed YCombinator founders to understand what libraries, frameworks, and methodologies they use to test their React applications. (more…)

Read more »

Using React Context API with NextJS

One huge pain point in React (and NextJS) is having to pass props through multi-level components. The bigger the application or project gets, the more painful this becomes. This is because of how React is structured, in a tree like fashion with data ... (more…)

Read more »