#Is there an equivalent of React-Router's Action/Fetcher model?

4 messages · Page 1 of 1 (latest)

rancid solar
#

I really like how React-Router lets you write an action that can take formdata or JSON from a Request, and call it from the client. It reduces a tonne of boilerplate.

Is there anything similar to this for Tanstack Router? I guess Start will cover it to some extent with API/RPC routes, but I'm more interested in being able to do it on the client.

strange berry
viscid current
#

are server functions stable enough to use in an applciation?

honest hound
#

start is still in alpha