React Newsletter #112

Update on Async Rendering, Redux isn't dead yet, and Razzle - the SSR without the framework


News

Update on Async Rendering - from the official React blog

For over a year, the React team has been working to implement asynchronous rendering. Last month during his talk at JSConf Iceland, Dan unveiled some of the exciting new possibilities async rendering unlocks. Now they'd like to share with you some of the lessons they've learned while working on these features, and some recipes to help prepare your components for async rendering when it launches.


Articles

Redux - Not Dead Yet!

There's been a lot of confusion, claims, and misinformation about Redux going around lately. In this post Mark from the Redux team wants to help clear things up.


Sponsor

One API for ALL the Tools

Simplify data collection with one API and integrate 200+ tools with the flip of a switch. Free developer plan. No credit card required. Try Segment for free


Projects

Introducing Pose

Pose is a declarative motion system for HTML, SVG & React.

Speedier Server-Side Rendering in React 16 with Component Caching

One of the main benefits of server-side rendering (SSR) is a better experience for users, who receive viewable content faster than they would with a client-side rendered application. Introducing React Component Caching, a library that brings one of those optimizations to React 16.

React Velocity

React Velocity is a React/Redux prototyping tool that programmatically generates the files necessary for the initial stages of your application. With a visualized hierarchical tree, customize your project on the fly with a drag and drop interface, before getting back customized boilerplate code.


Videos

Razzle: SSR Without The Framework

Universal React applications are tough to configure. Either you buy into a framework like Next.js, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all the complex configuration needed for SSR into a single dependency--giving you the developer experience of create-react-app, but then leaving the rest of your app's architectural decisions about frameworks, routing, and data fetching up to you. Learn about Razzle in this video by its creator, Jared Palmer.

A Pragmatists's Guide to ReasonML

People in our community are bursting with excitement about ReasonML - but why is that, and what does it have to do with our beloved React? Is this something for hipster types only, or will we all be using it in a year's time? Watch this video and find out!

Docusign's Road to React

Want to migrate to React ? Learn from the experience of Docusign. In this meetup video, Joe Cocco, engineering at Docusign provides tips that can help your migration, your road to react.


made with ❤️ by ui.dev