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 10 Next »

The Frontend Target Technology Stack is in charge to build the user interfaces, to be rendered in user's browsers.

The core technology for this layer is React.

The target solution respects, as much as possible, the Material Design guidelines.

Within React ecosystem, Material Design graphical components are provided by Material-UI library.

openIMIS Internationalization /Localization (i18n) is provided via react-intl, used for within plugins to contribute to global software translation.

The language provided by default is english (key: en).

An additional language pack mechanism is provided that allows to either overwrite default ('en') translations or provide another languages (fr,...).

Modularity

The desired modularity will be achieved by combining two techniques:

Warning:

Some Material-UI / React  features are not supported in old browsers versions. The current assumptions (to be refined) is:

IE: 11, Edge >= 14, Firefox >= 52, Chrome >=49, Safari >= 10.

Documentation and Tutorials

Beside the official sites:

  • edx.org eduction platform offers a self-paced online course for React and Redux: 
  • Books:
    • Learning React: A Hands-On Guide to Building Web Applications Using React and Redux, by Kirupa Chinnathambi


  • No labels