Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 623 Bytes

React playground

Test repository to experiment with different React technologies

Current experiments

  • Server-side rendering using Express.js
  • Hot module reloading in the browser
  • Custom Webpack config
  • Redux Sagas
  • Lazy loading + code splitting using dynamic import() statements with React Loadable

Stuff to research

  • Form libraries (Redux Form, Formik, Liform)
  • CSS in JS (styled-component, CSS Blocks, glamour, etc.)
  • React Hooks
  • React Suspense
  • React lazy()

Getting started

  1. Run npm install
  2. Run npm run watch to start development
  3. Open localhost:3000