Jorge Bucaran
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...
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...
We need to erase the entire screen to write test output. Instead, we should write below the cursor.
It would be great if the README had one or more animated gif examples. For example: 
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) {...
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.