I am working with ReactJS and I have many components in my project. I wish I could run stand alone once component on my browser for testing. Is it right on that?
For further actions, you may consider blocking this person and/or reporting abuse
I am working with ReactJS and I have many components in my project. I wish I could run stand alone once component on my browser for testing. Is it right on that?
For further actions, you may consider blocking this person and/or reporting abuse
Generate and update README files, create data-flow diagrams, and keep your project fully documented. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.
Ritvik Dubey -
Phinter Atieno -
Peter Strøiman -
teaganga -
Top comments (1)
There are a number of options, depending on your specific need, but either a combination of jest + enzyme (for unit testing), storybook or react-cosmos will probably be what you're looking for.