innerself icon indicating copy to clipboard operation
innerself copied to clipboard

◘ A tiny view + state management solution using innerHTML

Results 5 innerself issues
Sort by recently updated
recently updated
newest added

Not sure if this is something you want in this lib @stasm, but these are the type definitions I used for [innerself-hn](https://github.com/bsouthga/innerself-hn) and thought others might find them useful. Alternatively...

We already have a lot going on in this library. As soon as we have a logo, we could have a page up (built in innerself of course), to showcase...

Here's a WIP of my proposal to fix #19. I still need to add more tests and fix the failing ones. In the interest of gathering feedback early I'm submitting...

When working on medium-sized apps, it's helpful to enforce the separation of concerns by writing separate reducers for different parts of the state tree. An example of this is routing...

Like something similar to react-router? Or some guidance as to how to achieve something similar.