Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Erstatte NuclearJS med Redux #33

Open
henrist opened this issue Nov 19, 2016 · 0 comments
Open

Erstatte NuclearJS med Redux #33

henrist opened this issue Nov 19, 2016 · 0 comments
Assignees

Comments

@henrist
Copy link
Member

henrist commented Nov 19, 2016

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

@henrist henrist self-assigned this Jan 5, 2020
henrist added a commit that referenced this issue Jan 5, 2020
- 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
henrist added a commit that referenced this issue Jan 5, 2020
- 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
henrist added a commit that referenced this issue Jan 6, 2020
- 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant