joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
Passing thought. Add a render function for generating a class list on an HTML element. Similar to [this](https://www.npmjs.com/package/classnames). Goal would be to do nothing more than generate a string like...
Idea: ``` accounts.signup({ emailAddress: '[email protected]', password: '123', verifyEmailAddress: true, }); ``` If this is `true`, automatically try to send off an email to address using `config.email` settings, or, log a...
This is cheap to do but a huge boon on productivity for developers who need it. Idea would be to update the `url` object with something like: ``` { params:...
This just came up while working on a UI that needs window (technically, `document.body`) level events. These can currently be added via the onMount lifecycle event but this prevents automatic...
May want to consider a `joystick.url()` function which relies on this, too.
We have a check in the accounts.signup() action but nothing at the database level. Make sure this exists for MongoDB and PostgreSQL.
I think it's time to do this. It makes a lot of sense to build a simple but reasonably-scalable database into Joystick. Something that's natively Node.js/JS and handles the majority...
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....
**Welcome to Depfu** 👋 This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates....