nanocomponent-adapters icon indicating copy to clipboard operation
nanocomponent-adapters copied to clipboard

🔌 - Convert a nanocomponent to a component for your favourite API or library (web components, (p)react, angular)

Results 8 nanocomponent-adapters issues
Sort by recently updated
recently updated
newest added

It was proposed we break up the adapters to solve the dependency problem, but I wasn't motivated to perform the labor since I wasn't using any of these. Nobody stepped...

It was pointed out in https://github.com/choojs/nanocomponent-adapters/pull/6#issuecomment-359192650 by @alterx that some of these adapters might require heavy dependencies or peer deps. Rather than bundle all those together, we should make each...

enhancement
help wanted

This moves out the Angular adapter into it's own module. This change also shuffles around the example into it's own dir so that the `Button` component can be used in...

Steps to reproduce: ```sh $ create-react-app my-app ``` then copy the `React` example inside the `App.js` file, uncomment `ReactDOM.render(, mountNode)`, instead trying to put `` directly inside the JSX. Complained...

minimum overhead string-concat based rendering that can be used server side (i.e. to work around the React.renderToString)

not strictly a framework, but certainly a viable minimal approach

@bendrucker @lrlna I honestly don't know who else to ask lol, if you could help out writing an adapter I'd owe you one haha :sparkles:

Would be cool to have a straight forward way to expose `nanocomponent` adapters into `elm-lang`. cc/ @terezka, any suggestions on how to best achieve this? Any pointers or examples would...