Awesome
Blockstack starter with React and Redux Bundler
Live Demo - react-blockstack.now.sh
About this starter
This is a barebones kit that should be able to get you up and running with blockstack auth pretty quickly. Don't know what blockstack is?
This starter is using the latest versions of everything it can, React, babel, webpack, etc, with some sensible defaults for bundling. For state management, it's using redux-bundler which is an abstraction on top of redux and reselect. State is persisted locally through money-clip.
react-hot-loader is also implemented for hot module reloading (HMR) during development. Prettier is used for code formatting. Format by using yarn format
.
Development
Running yarn && yarn dev
will install dependencies and spin up the development server with HMR. Don't have yarn?
Production
Running yarn build
will bundle the application for use in production.
Deployment
Deploy easily with now by running now
or use another service like heroku/digital ocean.
Performance
About the author
Thomas Osmonson is an independent designer and developer. He is the founder of Coins, a decentralized cryptocurrency portfolio management tool. Coins is also built with the architecture laid out in this starter kit.
To Do
- Integrate storage collections
- Comment all the things
- Work on blockstack.js bundle size (it's far too large)
Last updated: 04/17/2018