view source
React JS Development Setup & Workflow
There are a variety of ways to develop with React. In my case, I'm not building an exclusive React.js application. I'm creating a page (or app) on an existing Drupal site. Drupal is providing the data, and React handling the UI. This changes slightly how one sets up an environment for development and distribution, especially when using "Hot loading" which is invaluable during development.
Advertisement