Front end
Where’s a good place to get started?
Please check out the following tech talk where Robert Gühne explains the basic structure and technologies used in front-end.
https://drive.google.com/file/d/188WBzZXuH1K9aK0P1_uKHsvBlUmlaLMx/view(fast-forward to 20:00 mark)
What NPM modules are being used?
react.js
redux
redux-persist
with localStorage to store all data on the deviceredux-saga
to handle async actionsducks
scheme for redux implementation (https://github.com/erikras/ducks-modular-redux )
mapbox.gl
scss
for css modulesjest
for testing
Add Comment