joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
We'll need to have: - [x] `/email/base.css` - [x] `/email/base.html` - [x] `/email/reset_password.js` - [ ] `/email/verify_email.js`
Just a note. It should be immediately obvious how to get started.
I wrote a simple in-memory database not too far back and published it as `@tuskdb/node`. This was mostly to help with Push deployments, but I'd like to incorporate this into...
This would be a good last minute add before 1.0. It'd be helpful to have a simple, database-backed migration system that you can write up/down functions with. For example: ```...
https://twitter.com/cheatcodetuts/status/1484219477684334596
This would come in handy if you want to control _what_ data you retrieve inside of the getter/setter (instead of just letting Joystick filter it out after the fact).
These should be parsed into buffers and sent along with the input, but nothing else. That way if I'm doing something like a profile update, I can have a single...
This is a bit confusing on a new app. It shouldn't be required, but easily switched on.
Just came to mind looking at some functions I've copy/pasted across several projects. Would be great to just organize these into something like `@joystick.js/utils`. Easy enough to do. Just want...
If it's unavailable, set a timeout/delay of a few seconds and retry. This should avoid a browser break/reload.