facebookarchive / flux

Application Architecture for Building User Interfaces
https://facebookarchive.github.io/flux/
Other
17.42k stars 3.47k forks source link

Is fbemitter project discontinued? Is flux? #506

Closed DullReferenceException closed 3 years ago

DullReferenceException commented 3 years ago

Is the flux project considered dead? There are some security audit issues that are not addressed. These come from dependencies on fbemitter, but the github repo for fbemitter is archived. This means community contributions to fix this via dependency bumps appear to be impossible.

Is fbemitter located somewhere else, or are we expected to migrate code bases away from flux to alternate implementations like redux?

yangshun commented 3 years ago

This means community contributions to fix this via dependency bumps appear to be impossible.

Yes you're right. The Flux project is in maintenance mode and there are many more sophisticated alternatives available (e.g. Redux, Mobx) and we would recommend using them instead. We'll update the README to reflect this.