Evolving patterns in React, 25 days of ReasonML, and what's new in React 16.3
This article takes a closer look at some of the patterns that are emerging in the React ecosystem. These patterns improve readability, code clarity, and push your code towards composition and reusability.
An account of one man's journey into the ReasonML space.
React 16.3-alpha just hit NPM and can be downloaded and added to your project. What are the biggest, most interesting changes? Read this article to find out.
In this series, you will learn how to make React and Redux control a bunch of SVG elements to create a game. The knowledge acquired throughout this series will also allow you to create other types of animations that are orchestrated by React and Redux, not only games.
In this post you’ll look at how to animate your route transitions with React Router by breaking down the ‘Animated Transitions’ example on the React Router docs.
Start your next React project with confidence. Learn strategies for tooling, frontend and UX, testing and performance to boost your (and your team’s) productivity. Get your free copy.
Rekit Studio is a dedicated IDE for React and Redux. Besides code editing, it also provides the capability for code generation, dependency diagraming, refactoring, building, unit tests, and a meaningful way to navigate code.
React Agent is a JavaScript library for your client store, server querying, and database management. It can be included in any React project without conflict with other state management tools or REST APIs.
In this video you’ll look at how to configure VS Code to debug React components and Jest unit tests inside a web application that was created by create-react-app.