joystick icon indicating copy to clipboard operation
joystick copied to clipboard

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.

Results 199 joystick issues
Sort by recently updated
recently updated
newest added

This will work for MongoDB but will likely need to keep interval for Postgres.

question
@joystick.js/node

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...

feature
@joystick.js/node
idea

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...

feature
@joystick.js/ui
@joystick.js/node

Starting to use this a lot more for CDN/bucket storage. Would be worth adding it as a target provider to uploads.

feature
@joystick.js/node

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...

feature
@joystick.js/cli

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.

feature
@joystick.js/node

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...

feature
@joystick.js/ui
@joystick.js/node

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,...

feature
@joystick.js/ui

Right now I'm having to restart the app to catch changes when first adding caches folder and a cache file.

bug
@joystick.js/node
@joystick.js/cli

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...

bug
@joystick.js/ui
@joystick.js/node