Skip to content

otroboe/react-playground

Repository files navigation

JS Playground

Deps

npm install -g yarn

Env file

cp .env.default .env

Commands

# Install
yarn

# Start dev on port 8082 (default)
yarn start

# Tests
yarn test

# Build prod
yarn build

# Start prod on port 1337
yarn serve

Tips

PlantUML

# Install java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java9-installer

# Install graphviz
sudo apt-get install graphviz

Resources

Missing Webpack4 compatibility

Issues

  • PurifyCSS plugin is purifying too much with Blueprint (Github issues)
  • Can't make the react-hot-loader working properly (Doc).
  • Tree shaking with Blueprint will be in v3 (Github issue)
  • Can't make code splitting work with lazy loading :(

Roadmap features

  • Map with the locations.
  • Slideshow for scheduled movie.

TODO

  • Fix Tests.
  • Fix HMR.
  • Write tests.

About

React / MobX / TypeScript / Webpack / Blueprint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published