joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
This will work for MongoDB but will likely need to keep interval for Postgres.
There's a lot of potential for using Rust to scale compute-heavy work in Joystick. What I'd like to figure out is if we can wire up a simple abstraction for...
This is easy enough to add and fairly lightweight. As part of the users data model, we should add support for an array like `feature_flags` with strings pointing to feature...
Starting to use this a lot more for CDN/bucket storage. Would be worth adding it as a target provider to uploads.
Right now I have a janky template built-in to the CLI but it'd be good to offload these to their own repos to make changes easier. For 1.0, I'd like...
Just a nice UX idea. Add `req.context.ifUserHasRole()` and `req.context.ifUserDoesNotHaveRole()`. Checks for a current user in the context and then validates their role. Behavior is identical to existing context methods.
Now that Mod is wrapping up, we have what we need to start adding some admin tools to Joystick. First up is a database GUI. Something I can use to...
We already have cookie access on the server via `req.cookies`, but it'd be nice if we could set/read cookies on the client, too. `cookie-js` is a solid solution for this,...
Right now I'm having to restart the app to catch changes when first adding caches folder and a cache file.
Right now, if you only pass a page to res.render(), the SSR works, but the client-side render/hydrate doesn't seem to run (I was logging some props and they didn't log...