nwb icon indicating copy to clipboard operation
nwb copied to clipboard

A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)

Results 103 nwb issues
Sort by recently updated
recently updated
newest added

Since PhantomJS development has stopped

enhancement

This issue is a: - Question / support request I saw that there is an ability to include sass modules with the latest response here: https://github.com/insin/nwb/issues/61 However, I'm looking for...

This issue is a: - Question / support request How can i exclude node_modules when run yarn test? My component include 3-part modules and they have a test errors. ```...

It doesn't seem to do any harm, but still...

enhancement

I've been using create-react-app, and after looking around a bit I found this project, which has the upside of also supporting scaffolding components. When building a react-app, does it also...

I removed linting from an early version of nwb because code style is too divisive a subject, but create-react-app shows how useful including a default ESLint setup which only lints...

enhancement

You shouldn't have to move files around to swap nwb into an existing app for build tooling

config

no matter what options I tried i.e. ``` app.use(require('nwb/express')(express, { reload: false, hmre: false })); ``` I can still see logs for `HMR` in browser console, trying to disable it...

enhancement

This issue is a: Question/Feature request I've set up my react-component with nwb and liking it a lot. I'm looking to host my docs/demo via github pages and want to...

enhancement

After developing my component, I'd like to create a demo page and push to github-pages. Can we create a command for this? Or does this use-case already exist?

docs