Gabriel C. Troia
Gabriel C. Troia
Hey @vultix – I just published [ts-async-results](https://github.com/GabrielCTroia/ts-async-results), as I found myself often having to use ts-results in async contexts and I found it very cumbersome to use it as `Promise`....
This PR exposes the Left AnimatedValue to the Menu Component, and additionally interpolates it on a scale from 1 to 100 (percentage). Here are the reasons for both additions: 1)...
# What Sometimes it's important for some actions/jobs to run on the server (only). Such an example is a state that need to be updated every _N_ seconds, or every...
# What Being able to pass in an optional clientInfo field in the `MovexProvider` that will be shared will all the other peers in a movex resource. # Why Sometimes...
# What This PR adds the functionality of getting # Why Because the subscribers are managed natively by Movex, and it offers an easy way for the client to work...
# This PR does: - [ ] Changes the Hero text and subtext to something more descriptive - [ ] Adds real lazy loading for the iframes in the example...
# What Dispatching multiple actions at the same time, or before a prev one didn't get a chance to return from the network trip, it causes a Promise.Delegate already settled...
# What When there is an "Ack Mismatch", but what happens is that if there is an another action being dispatched in between syncing the new state it seems the...
# What Currently there's no API to remove Resource Subscribers. # Why is important? This is an issue because once added they'll continue to receive updates until the resource gets...