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
A goal of the library is to be a zero dependency, lightweight and fast.
We want to remove Ramda dependency for a clone of the values returned by an Event or Store, considering that an event can't return just a reference of it's internal state for 2 reasons:
Can't reveal a variable that is been used internally
A goal of the library is to be a zero dependency, lightweight and fast.
We want to remove Ramda dependency for a clone of the values returned by an Event or Store, considering that an event can't return just a reference of it's internal state for 2 reasons:
Options:
The text was updated successfully, but these errors were encountered: