nanocomponent icon indicating copy to clipboard operation
nanocomponent copied to clipboard

🚃 - create performant HTML components

Results 12 nanocomponent issues
Sort by recently updated
recently updated
newest added

As per our talk 2 weeks ago, it'd be useful to start thinking of `component.use()`. The goal of this API would be to provide a way to extend components the...

In React 16 components introduce something new called [error boundries](https://facebook.github.io/react/blog/2017/07/26/error-handling-in-react-16.html). The main idea is that if an error is thrown from a component, it can be caught early, and prevents...