DEV Community

Discussion on: Get ready for your React Interview

Collapse
 
jwhenry3 profile image
Justin Henry

I think a good example of your workflow is better than building an app in front of someone. Having a good portfolio of work can express your skill better than cramming for their test.

I recently created a template project for any future react projects I work on. I like to do this so the projects I work on have a solid consistent base.
github.com/jwhenry3/react-template

This uses create-react-library and NextJS to give a full development experience from building libraries of components to building apps that utilize state management, ui frameworks, and enforcing standards to keep your focus on the business logic.

If you find a setup that works best for you and build upon it, it can either help a company consider you more heavily or it can help you build out their test a bit quicker and cleaner.