Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.
Create React App is a great tool for quickly getting up and running on new React projects. Let’s learn how to use it.
Terser is one of the most popular and efficient libraries for minifying ES6 code. See how Terser compares to UglifyJS and babel-minify.
GraphQL’s biggest advantage over REST is that it solves the issue of overfetching data — so long as you have properly designed resolvers.