javascript - How to isolate and iterate over individual React components in a React application -


react hot loading nice.

there react components mounted after user interaction. want implement these components separated application.

i don't want separate them different npm modules though. want mount them landing page , implement.

this having test runner runs each component separately not testing, implementing live (changing css etc.).

is possible somehow?

you're describing decomposed "style guide" page think. check out gulp task: https://github.com/pocotan001/react-styleguide-generator sounds close.


Comments