Building and Deploying a react application from scratch (Part 2)
Welcome back to the tutorial. If you missed Part 1, check it here
In this article, we will be setting up the transpiler, bundler and our react packages
Getting Started
Babel: This is used for transpiling our ES6 syntax. It serves two purposes, trans...
codeleaf.hashnode.dev