joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
I always rewrite this on projects and it'd be helpful to just have a pattern. Something like this: ```javascript import joystick from '@joystick.js/node'; joystick.app({ notifications: { providers: { email: {},...
This adds syntax highlighting in an IDE fine and even renders HTML, but any `component()` render methods are broken. Seems to be a scoping issue of some sort? May need...
`joystick.processId()`
Noticing a gotcha where builds are not re-run when these packages are reinstalled/updated. No reason they shouldn't trigger a rebuild, but need to see what's up.
Right now, the CSS for a component must target an element _within_ the component but you can't target the Joystick wrapper `` directly. This should be possible so you can...
When Joystick Deploy launches, it will have its own logs feature on the disk of instances, but it'd be good to support third-party logging tools at the app-level. Not 100%...
At the moment, passing a `.pem` or `.key` file for a remote database is not possible. Need to check for this in the connection settings (have a path relative to...
Writing this down but may not be worth it. Could be helpful to have a tool/function for transitioning users between DBs. Specifically doing a SQL to NoSQL or vice versa...