/reactapus

Learning UniversalJS with React and Redux

Primary LanguageJavaScript

Reactapus.

Reading material:

Then, read this for a specific understanding of Redux and its terminology

Commands

Uses just webpack to bundle and run.

  • npm run dev: Run development environment, complete with hot module reloading
  • npm run build: Build a production copy and exit.
  • npm start: Start the production server (required build first)

Caveats

My understanding of React and Redux (and Flux) as very basic at the moment, so this code probably doesnt represent all best practices.

I also think there's opportunities for the folder structure to be reconsidered.