Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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 device

    • redux-saga to handle async actions

    • ducks scheme for redux implementation (link)

  • mapbox.gl

  • scss for css modules

  • jest for testing

  • No labels