Articles
Dissecting Twitter’s Redux Store
If you don’t already know, Twitter’s mobile website is on a new web stack which includes React and Redux. This article is a walk through of how Twitter went about organizing their Redux store.
Building React Components for Multiple Brands and Applications
It's no secret that Walmart has lots of brands. This can be interested from a development standpoint and this article breaks down their multi brand strategy for react components.
Demystifying functional programming with Ramda
This is a very opinionated introduction to functional programming in Javascript using Ramda. The benefits of using functional programming in Javascript and a first look at functions composition. Though Ramda can be used in any type of JavaScript app, I have found it especially useful in my React applications.
Context in ReactJS Applications
There is a lot of confusion amongst React developers on what context is, and why it exists. It’s also a feature that’s been hidden in the React documentation in the past and, although it is now documented on the React site Jack Franklin thought a post on its usage and when to use it would be of use.
Tutorials
Implementing feature flags in single page apps, using React and Redux Saga
Built on frameworks like React, Angular, and Ember, single page apps (SPA) are becoming the new norm for modern applications. They center around dynamically updating a single HTML page via AJAX and HTML5 to deliver a more fluid and faster user experience. This introduces some new complexity when it comes to controlling access to front-end features, specifically via feature flags. This article walks through an approach to feature flags using React and Redux Saga
Universal JavaScript Apps with React Router 4
How to use the latest version of React Router both on the server side and the client side.
Projects
Introducing redux-query
A critical component of most frontend applications is synchronizing local state with network state. It’s a problem with many tradeoffs, which is why there are so many different groups exploring different solutions at multiple levels of the stack. The team at Amplitude shares their solution to this problem.
JSON to React
Use JSON to create React Stateless Components! Personally I'm a big fan of jsx, so I don't plan on writing my markup in json any time soon, but I can see some interesting situations where one might want to generate markup via json... This project can facilitate any json to jsx needs you might have.
Styling React Applications with Ant.Design
Ant.Design(GitHub) is much more than a React UI kit with a minimalist design aesthetic and every component under the sun. It is a rabbit’s hole that leads to a giant maze of interconnected libraries, with a serious ecosystem surrounding it.
.
Learn React from the creators of React Router, Ryan Florence and Michael Jackson.
- Santa Monica, CA - March - Advanced React
- Austin, TX - April 5th - React Fundamentals
- Austin, TX - April 6th - 7th - Advanced React
- New York, NY - April 19th - React Fundamentals
- New York, NY - April 20th - April 21st - Advanced React
- San Francisco, CA - May - Advanced React - Waitlist Only
- Charlotte, NC - May - Advanced React - Waitlist Only