joystick icon indicating copy to clipboard operation
joystick copied to clipboard

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.

Results 199 joystick issues
Sort by recently updated
recently updated
newest added

Fairly straightforward, just need to enforce some light conventions. Could do something as simple as: ``` joystick build -t static ``` That would spit out a directory of HTML, CSS,...

feature
@joystick.js/ui
@joystick.js/node
@joystick.js/cli

The usage is kind of confusing and it'd be helpful to have a simple API to leverage this as it's quite powerful.

feature
@joystick.js/node
idea

Need to think about how best to do this. Maybe have a `i18n/defaults_en-US.js` type setup where you can provide a default file for each language you support. Each file would...

feature
@joystick.js/node

Fun idea. In some layouts, it'd be helpful to have the same content move physically in the page depending on screen dimensions. We could add a render method `responsive()` to...

feature
@joystick.js/ui
idea

This would work like `joystick test load --requests 123 --duration 30` (where `duration` is in seconds). Requests would just be spread out evenly over the duration.

feature
@joystick.js/cli

This should be a simple middleware that you can import from `@joystick.js/node`.

feature
@joystick.js/node

[This comment](https://news.ycombinator.com/item?id=30160287) got me thinking. It wouldn't be too difficult to do a fully offline version of Joystick, assuming we had a way to locally cache stuff efficiently (we do)....

feature
@joystick.js/node
@joystick.js/cli
idea

Just ran into an edge case where I pass a prop to a component that's referenced in the CSS. I have two instances, but only the CSS for the last...

feature
@joystick.js/ui
@joystick.js/node

This is nerd pipe dream stuff but wanted to add it to the list. Joystick will work fine (especially adding an in-memory DB like the upcoming `@joystick.js/db`) on a Raspberry...

documentation
idea