movex icon indicating copy to clipboard operation
movex copied to clipboard

The serverless real-time data sharing infrastructure for front-end developers. Server Authoritative | Secret State | Real Time

Results 29 movex issues
Sort by recently updated
recently updated
newest added

# 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...

help wanted
feature request
open-to-discuss

# 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...

bug

# 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...

bug

## Where `libs\movex\src\specs\resources\gameReducer.ts` `libs\movex\src\specs\resources\gameReducerWithDerivedState.ts` `libs\movex\src\specs\util\MockConnectionEmitter.ts` `libs\movex\src\specs\util\orchestrator.ts` ## What Run `npx nx lint movex --quiet` and see 6 linting problems. ![image](https://github.com/movesthatmatter/movex/assets/88434287/af7bf7d3-7a49-47df-8fa3-c2850a6d01cc) ## Definition of done running npx nx lint movex-service --quiet...

# 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...

bug
feature request

# What This is an interesting behavior that intersects with the idea of having a Room resource and treating each subscriber as a participant, thus not having to build the...

open-to-discuss