joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
Something like this: ```javascript import { catcher } from '@joystick.js/ui' const result = catcher(() => { if (Math.random() > 0.5) { throw new Error('Boom!') } return 'ok' }, { on_error:...
Because we're using a different path than SSR to load data for dynamic pages, we'll want to ensure that the same escaping/security considerations made for SSR are present there. Shouldn't...
This has been on my mind a lot. I want to make it easy to have a super-reactive UI that's not dependent on the DB. The goal would be to...