reduxframework / redux-framework-4

Redux v4
https://redux.io/redux-4/
Other
97 stars 32 forks source link

Separate third-party premium dependencies #156

Closed dovy closed 4 years ago

dovy commented 4 years ago

This is the goal:

Users are expressing confusion over going to Redux Pro and needing third-party premium plugins. So we are going to separate them.

The HTML for the above preview is here: https://gist.github.com/dovy/f0f946faa23fbcb8fa9356b6b467ac20

How to determine if the third-party plugins appear in the main list or the third-party premium list.

Put in the standard dependency list IF

Show in Third-Party list if:

The All / None / Installed / Reset buttons will not affect this third-party list.

Store the state for this third party in its own localStore object. If a plugin is in that localStore object, but now have "version" attached to the plugin object, remove it from the localStore object as it no longer applies.