Setting things up
In this chapter we will learn to create JSON files, load them up with the help of ES6 and a web-pack hook and then integrate them into a ReactJS component. By the end of this section you will know how to use JSON data in ES6 React components.
Setting things up (08:57)
For us to dive right into the deep we need to have your environment up and setup with a lot of configurations. To save us time I created these configurations in advance in this lecture I will walk you through the structure that we will be using that will enable us to develop in ES6, JSX while our code will automatically get packaged into ES5 with a hot browser refreshes when we make changes in our code.