sundly
sundly copied to clipboard
💛 Encrypted & decentralized personal health records. Built with React on top of Blockstack and powered by Blockchain.
Hi guys, Great project! I have been looking at it from afar. Super cool stuff. Would you be cool if meetup.com/NYHAIS forks this and tries to port it to react-native...
Attempts to install all packages in the package.json file results in an error with the command `node-gyp rebuild`. Error trace from a `tail` of the debug.log file showed this excerpt:...
Card: https://trello.com/c/iVX8FSp3/14-peers-sharing-blockstack-encryption-decryption Spec: https://gist.github.com/benoror/0ef0b1e0249ae787ff8d4b917b8d641e WIP
- [ ] Click-on-text only links / buttons   - [ ] Left whitespace 
- https://prettier.io/ - https://standardjs.com/ --- - https://github.com/prettier/prettier#how-does-it-compare-to-eslint-or-tslint-stylelint - https://github.com/sheerun/prettier-standard - https://www.reddit.com/r/javascript/comments/6g8adf/prettier_has_surpassed_standard_as_mostdownloaded/ - https://testingjavascript.com/courses/static-analysis-testing-javascript-applications
Example: Demo: https://material-ui.com/getting-started/page-layout-examples/dashboard/ Code: https://github.com/mui-org/material-ui/blob/master/docs/src/pages/getting-started/page-layout-examples/dashboard/Dashboard.js 
https://medium.com/@dan_abramov/smart-and-dumb-components-7ca2f9a7c7d0
Improve forms throughout the app both UI & UX Demo: https://material-ui.com/getting-started/page-layout-examples/checkout/ Code: https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/page-layout-examples/checkout
`blockstackAuth` object currently lives in `src/app.js` - [ ] Should it be a separate service/singleton fore re-use? - [ ] Use state-management library like [Redux](https://redux.js.org/) or start using [Hooks](https://reactjs.org/docs/hooks-intro.html)? Related...
- [ ] Anchor to the top - [ ] Make it smaller - [ ] Move `"Don't have an account? ..."` section outside paper Example Demo: https://material-ui.com/getting-started/page-layout-examples/sign-in/ Code: https://github.com/mui-org/material-ui/tree/master/docs/src/pages/getting-started/page-layout-examples/sign-in