joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
This will be a worthwhile task to complete once principal code work is done on 1.0. Go back and write JSDoc for each file (as necessary) and then look into...
I'd like to start moving towards an ESM-only Joystick so we can eliminate builds entirely. This is a slow, long-term projects because of all the require() stuff in the ecosystem,...
I think this would be a good long-term thing, especially for assisting with high-throughput scaling. Not something I want to do now but writing this down for later so I...
I want to add support for a built-in, Django style admin (styled with Mod) for Joystick. It should support (edit list with extra stuff): - [ ] User management (and...
Surprised I missed this. At least in terms of Joystick's account APIs (not direct writes to the `users` by a dev), these should be properly set and updated.
Technically the existing events API can do this but it's cumbersome. Would be good if you could just map keys to a function on a component. That way keyboard-commanded UIs...
I want to avoid mocks and stubs when testing Joystick apps entirely. So far we're there, but in some situations (e.g., testing an action), it'd be nice to be able...
When changing a folder name, no builds are triggered. This leads to errors when attempting to use the renamed version in your code (path doesn't exist), even if the name...