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 is always a pain. When you upload stuff to S3 for example, you get back a full URL for the object. Later, if you want to delete the object,...

feature
@joystick.js/node
idea

Modals are notoriously tricky on re-renders. Look into something like `joystick.modal()` and have a global registry spot in the DOM for loading these. Same component API, just a different way...

feature
@joystick.js/ui

Passing thought. I could see some situations where it'd be helpful to force input validation for all getters/setters. To ensure this happens, in the API schema, have a field like...

feature
@joystick.js/node

Looks to be fairly straightforward and would make Joystick a solid choice for data-intensive apps. I think we can get the binaries we need so install/startup would be dirt simple.

feature
@joystick.js/node
@joystick.js/cli

feature
@joystick.js/node
@joystick.js/cli

Building an SPA and I'm trying to depend on a `cache.get()` call in my render. Technically this works, but it doesn't trigger a re-render. Components should have an optional `caches`...

feature
@joystick.js/ui

A little hesitant to do this as the current recommendation is to modify the `location` object directly, but it may be helpful to just include a helper function that does...

feature
@joystick.js/ui

This should be identical to get/set validation (use the same code), just need to wire up the validation logic in the /_uploaders endpoint.

feature
@joystick.js/node

The service worker example included in `/public` occasionally throws a fetch error when it tries to load something from the cache while the server is restarting after a build. Need...

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

Add an import for the `i18n()` helper that can load translation files on the server to handle things like error messages.

feature
@joystick.js/node