Articles
Evolving Patterns in React
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.
What’s new in React 16.3(.0-alpha)
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.
Sponsored Links
Planning a React Application: Whitepaper
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.
Tutorials
Developing Games with React, Redux, and SVG - Part 1
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.
Animated Transitions with React Router
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.
Job Posting
Full Stack Engineer - Augmented Reality
Ubiquity6 is looking for a talented React engineer to work on the future of massively multiplayer, persistent augmented reality. Founded by alums from Metamind, Facebook, Twitter, Tesla and Stanford, Ubiquity6 is a post Series A startup in San Francisco.
Projects
Introducing Rekit Studio: a real IDE for React and Redux development
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
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.
Videos
Debugging a Create React App with VS Code
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.