Skip to content

Turistforeningen/sherpa-developer

Repository files navigation

Sherpa Developer [WIP]

React and Redux application for Sherpa Developer portal.


Javascript frameworks

Base frameworks are React and Redux.

As we expect this to be a pretty big react app, some useful tools are used as a foundation.

Used to create selectors from Redux-state data

  • Selectors can compute derived data, allowing Redux to store the minimal possible state.
  • Selectors are efficient. A selector is not recomputed unless one of its arguments change.
  • Selectors are composable. They can be used as input to other selectors.

Declarative routing for React

Dispatch navigation actions from anywhere through Redux actions

A higher order component for loading components with dynamic imports (code splitting).

Persist and rehydrate a redux store. v5 for code splitting reducers.


UI library

We the UI library Semantic UI. The themes and site overrides are included through webpack configuration.

Stylesheets

As Semantic UI LESS use LESS, the rest of the app use it aswell. We use global styles for the core components, and use css-in-js for component-specific styles.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published