Technical FAQ
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.
May 6 - dev_react introduction and overview (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 (link)
mapbox.gl
scss
for css modulesjest
for testing