joystick
joystick copied to clipboard
A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
Would like to have this so we can handle linting of code for undefined variables.
Was spacing out and had this thought...it'd be relatively simple to do a lightweight full-text search engine. Did a quick test to prove it and sure enough the basic idea...
Implementing this manually now and it should just come standard so you don't have to waste time.
This was just an oversight on the initial implementation, but should come standard. Needs: - [x] `emailVerified` field added to all new users by default - [x] An `accounts.send_email_verification()` method...
Have a way to autopopulate a form based on name fields using a defaults object on the component.
Thinking a lot about this tweet https://twitter.com/natac131/status/1483058573240328194. Working now and an idea came to mind to add an `accessibility` option to components. Idea would be to pass an object of...
This doesn't break anything right now, but you get a lot of console chatter if `data.refetch()` is called in an interval.
Right now if you have a syntax error (e.g., missing quote on an attribute), Joystick just renders "undefined" which is confusing. Worth trying to find a lightweight way to validate...
Just realized this is possible while working on an i18n email. If `i18n()` is called with a string, it should check all of the provided i18n files and see if...
Running into a scenario where a built-in middleware can't be configured via the settings file (requires a function) which makes the implementation difficult. As a middle ground, it should be...