Tagged in

React

Coursera Engineering
Coursera Engineering
We're changing the way the world learns! Posts from Coursera engineers and data scientists.
More information
Followers
3.7K
Elsewhere
More, on Medium

How to Migrate React to Isomorphic Rendering

By Turadg Aleahmad

Coursera adopted isomorphic rendering in React and saw a 4x improvement in page load times. In our last post we discussed how to develop web apps with isomorphic rendering (aka universal Javascript, but how…


Best Practices for Flow Typing React Components

By David Winegar

At Coursera, we use Flow to type our Javascript and catch mistakes at compile time. Flow has been enormously useful as a documentation tool and has increased the productivity of our frontend engineers…