tech/webdev magazine

October 8, 2018

Create React App 2.0: Babel 7, Sass, and More

Monday, October 08, 2018 Teklinks

While React itself doesn’t require any build dependencies, it can be challenging to write a complex app without a fast test runner, a production minifier, and a modular codebase. Since the very first release, the goal of Create React App has been to help you focus on what matters the most — your application code — and to handle build and testing setup for you.

Full article