You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
Da vi gikk over fra Angular virket NuclearJS (https://github.com/optimizely/nuclear-js) veldig lovende. Utviklingen rundt NuclearJS har imidlertid stoppet litt opp.
Vi burde fase ut NuclearJS og erstatte det med Redux (https://github.com/reactjs/redux/), som har tatt store markedsandeler siden vi begynte å bruke NuclearJS, og virker å ha et mye mer aktivt miljø. Det vil også gi større verdi for CYB-ere som ønsker å bidra.
Redux tilbyr mye liknende som NuclearJS gjør, så tror det skal være kurant å gjøre en slik migrasjon.
- Ported the auth moduel to use Redux and TypeScript.
- Other related changes.
The exact way we set up our store and related state will probably
change in future work, so not putting too much effort in it for now.
Using redux-saga for side-effect handling.
The long-running goal is to get rid of Babel and port everything
to using TypeScript. Also replace class components with functional
components using hooks.
Related to #33
- Ported the auth moduel to use Redux and TypeScript.
- Other related changes.
The exact way we set up our store, ducks and related state will probably
change in future work, so not putting too much effort in it for now.
Using redux-saga for side-effect handling.
The long-running goal is to get rid of Babel and port everything
to using TypeScript. Also replace class components with functional
components using hooks.
Related to #33
- Ported the auth moduel to use Redux and TypeScript.
- Other related changes.
The exact way we set up our store, ducks and related state will probably
change in future work, so not putting too much effort in it for now.
Using redux-saga for side-effect handling.
The long-running goal is to get rid of Babel and port everything
to using TypeScript. Also replace class components with functional
components using hooks.
Related to #33
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Da vi gikk over fra Angular virket NuclearJS (https://github.com/optimizely/nuclear-js) veldig lovende. Utviklingen rundt NuclearJS har imidlertid stoppet litt opp.
Vi burde fase ut NuclearJS og erstatte det med Redux (https://github.com/reactjs/redux/), som har tatt store markedsandeler siden vi begynte å bruke NuclearJS, og virker å ha et mye mer aktivt miljø. Det vil også gi større verdi for CYB-ere som ønsker å bidra.
Redux tilbyr mye liknende som NuclearJS gjør, så tror det skal være kurant å gjøre en slik migrasjon.
Sjekk ut https://github.com/brillout/awesome-redux for info
The text was updated successfully, but these errors were encountered: