React Newsletter #135

What's new in Creat React App 2.0, the Suspense is killing Redux, and a React job interview from the recruiter's perspective


Articles

What’s New in Create React App 2.0

Earlier this month Create React App 2.0 was released adding a lot of new features. Some of those features include Sass Support, CSS Modules Support, Adding SVGs as React Components, Fragment Short Syntax, and Babel Macros. In this post, Elijah will highlight the above 5 features.

Psst! Here’s why ReasonReact is the best way to write React

Are you using React to build user interfaces? In this post you’ll learn why (David thinks) you should write your React applications using ReasonML

The Suspense is Killing Redux

React Suspense is all about handling transitions between views that have asynchronous data requirements — which redux doesn’t even attempt to handle. But, to make that work, Suspense is incidentally concerned with handling client-side data — which Redux is very interested in. In this post, Ryan breaks down how in certain situations, React Suspense will replace Redux.

A React job interview — recruiter perspective.

The article is written from the perspective of someone who conducts a React interview and is full of solid tips.

Why React16 is a blessing to React developers

This post contains some of the good features you should consider when migrating your existing app to React 16 from React 15.

Goodbye Redux

A complete breakdown on why we needed Redux in the past, and why we don’t any more, according to Jack.


Tutorials

How to eliminate React performance issues now

A pragmatic step-by-step guide to eliminating common react performance issues.


Projects

Build Full Stack Applications with React and GraphQL

Build an online store with React and GraphQL. Just as React has transformed the way we build web applications, GraphQL is changing how we build APIs to query and mutate data. With a focus on modern JavaScript and real world application, this course is a start-to-finish way to learn Full Stack Advanced React, GraphQL, Node.js and friends. Join Wes as he shows you how to build a full stack online store with some of today's top JavaScript technology.


made with ❤️ by ui.dev