agile-ts / agile

🌌 Global State and Logic Library for JavaScript/Typescript applications

Home Page:https://agile-ts.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select 'null' via Selector

bennoinbeta opened this issue Β· comments

commented

πŸ†• Feature Request

❓ Is your feature request related to a problem?

No

πŸ“„ Describe the solution you'd like

Sometimes you don't know the to select Item yet,
but you need the Selector instance..

const MY_SELECTOR = USERS.createSelector('user', null);

πŸ“ƒ Describe alternatives you've considered

no