You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the mapper function expects a VDOM provider which couples it to React like libraries. We need a mapper function that runs through memoized actions/selectors and then invokes a callback with a more flexible structure.
A benefit of this approach would be the ability to use libraries like lit-html and polymer.
The text was updated successfully, but these errors were encountered:
Currently the mapper function expects a VDOM provider which couples it to React like libraries. We need a mapper function that runs through memoized actions/selectors and then invokes a callback with a more flexible structure.
A benefit of this approach would be the ability to use libraries like lit-html and polymer.
The text was updated successfully, but these errors were encountered: