Chapter 13. Using Bulma with React
In this chapter, you will be integrating Bulma with React. React is a popular JavaScript framework created by Facebook to create user interfaces.
React Documentation: https://reactjs.org
Before you dive too deep into this chapter, we should go over some of the prerequisites and expectations. You should have some basic knowledge of JavaScript (ES6), React (or React Native), Create React App (React CLI), React Router, and NPM or Yarn (Facebook’s package manager). For this chapter however, we will be using NPM.