...
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/viewMay 6 - dev_react introduction and overview (fast-forward to 20:00 mark)
...
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 link)
mapbox.gl
scss
for css modulesjest
for testing
...