Ryan Glover
Ryan Glover
https://node.green/
This is even more interesting because it brings Joystick even closer to being a "standards based" approach to full-stack dev. No hacks/abstractions/etc., just raw web dev in an easy-to-consume package.
A quick test shows this is pretty straightforward. Only hang up will be Joystick UI where we'll need to polyfill the window in Node for SSR. One way to do...
See implementation notes: https://claude.ai/chat/f8048055-0675-4369-8cd9-23e73d426deb
Just did a test. Only "gotcha" is making sure we handle the write to disk from the stream for local uploads and then pass the stream off to S3 for...
Got it. See examples in your /cheatcode/experiments/multer2 directory.
I ended up trying this but the latest releases completely change data structures and the streaming doesn't work how you'd think. It basically just writes the file to a temp...
This would work quite well now if the component has an `id` set. Just look in the tree for that ID and get its instance. Should return as an array...
Could also add `joystick.log_in_staging()` and `joystick.log_in_production()` as those things can happen for information beyond debugging.
All of the above may be good candidates for addition to #49.