@syntaxfm any news on the Amsterdam meetup? Can't make it to react-summit or jsnation, but you mentioned likely 10th for the meetup in a recent episode, which I could likely make
@housecor As others have said, for return urls. For example when going from tool A to tool B and you need to pass along more than just a string, in my case a key-value object representing a product attribute selection
@syntaxfm@wesbos The best episode this year for me is about Gatsby, because I pretty much told everyone at our office; yeah Gatsby is dead, listen to this, and a few weeks later we got the email.. π
https://t.co/r2dMcJ5u7J
I'm trying to build a machine using #xstate v5 that gets invoked when we receive an order-update event from our 3rd party commerce system, the state machine should transition itself based on guards that look at the order details
I've tried to make a list of transitions in context and always transitions, but I don't know where to get the actual transitions to build my array from.
Example: https://t.co/88vogjIBDH
Maybe someone at @statelyai has an idea?
E.g. the order in the commerce system is created with state: initial, and when the customer pays the machine gets invoked, where the 'is paid' guard now resolves to true, thus creating an action to transition the order in the commerce system from initial -> ready to fulfill
Raycast Γ Vercel Giveaway π
@leeerob and I are giving away 10 Raycast mugs and 10 Vercel water bottles to 20 followers who:
Β· Follow @raycastapp and @vercel
Β· RT this tweet
Winners announced on Feb 13
@DavidKPiano We're using it in eCommerce to sell not-off-the-shelve products (print on demand) with a product attribute selector, pricing, order state handling, managing customer artwork and more! More plug and play with @tan_stack query would be great!
@mattpocockuk I have typed the context of my statemachine, but assign() says the type of string cannot be assigned to the union I created, am I doing something wrong?
https://t.co/r5oNRudyOW