4 Stories by Karthik Kalyanaraman
Learn about React Fiber, an internal engine change geared to make React faster and smarter by solving the DOM tree issue.
Terser is one of the most popular and efficient libraries for minifying ES6 code. See how Terser compares to UglifyJS and babel-minify.
Learn about Create React App and how to use it on a deeper level by building a simple restaurant rating app.
GraphQL's biggest advantage over REST is that it solves the issue of overfetching data — so long as you have properly designed resolvers.