Early 2018 investigation into a few new things happening in the JS scene. Main bits I wanted to test drive were cryptocurrency transactions with Stellar Lumens and the proposed new React context API.
DISCLAIMER: This is neither an endorsement or investment advice.
https://bots-playing-craps.khz.fi/
- Stellar Lumens JavaScript Client Library
- Create React App
- Rebass Styled Component Framework
- The proposed new React Context API (polyfill)
- JavaScript state machine
npm run dev
starts a development servernpm start
builds a static site and serves itnpm test
runs one test
TBD