Jorge Bucaran

Results 10 issues of Jorge Bucaran

Addons let you add new components to your Hydro prompt. They're not as flexible as [Tide items](https://github.com/IlanCosman/tide#extensible) (and don't intend to be). My goal is not to reinvent Tide, but...

enhancement

Like the title says.

FUTURE
BREAKING

React has [unmountComponentAtNode](https://reactjs.org/docs/react-dom.html#unmountcomponentatnode), preact has `render(null, element)`, etc. How would that work in Superfine? ```js patch(null, null, container) // ? // or unmount(container) //? ``` What is it expected from...

discussion
enhancement

We need to erase the entire screen to write test output. Instead, we should write below the cursor.

bug

It would be great if the README had one or more animated gif examples. For example: ![](https://user-images.githubusercontent.com/56996/35211232-f0e23a70-ff98-11e7-8970-1aff845f3eb0.gif)

DOCS
IMPROVEMENTS

Just filing this to track the migration to Fishtape 3.

This was an early decision choice which I felt would help reduce boilerplate, and it does. On the other hand, it's magic. EDIT: Grammar. ```js module.exports = { *lint(fly) {...

maybe
future

This PR replaces chalk with colorette which is [faster](https://github.com/jorgebucaran/colorette#benchmark-results) for a fraction of the [size](https://packagephobia.now.sh/result?p=colorette). Related #62 cc @scottcorgan

Mostly for consistency, and looking good. Also updated old Fisher installation instructions.