sidiousvic/phantom

Annihilate Redux, provide native storelike state mgmt solution

Closed this issue · 0 comments

The Redux features that Phantom engine relies on are possible to replicate in-house. This means that Phantom can move towards having its own state management solution.

Phantom is actually store—agnostic, which means that it does not care whether the store you pass it is from Redux.

Perhaps Phantom can provide its own store creator.

const { phantom, createPhantomStore } = "@sidiousvic/phantom"

This would reduce Phantom's learning curve and pave the road for more state management possibilities, maybe even better DOM diffing.