Skip to content

JDuarthe/react-certification-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wizeline Challenge with Next and chakra.

This example features how to use chakra-ui as the component library within a Next.js app.

Challenge2 Questions

Using create-react-app, what do we need to set up for testing?

Nothing, create-react-app has all that you need to test with jest

What components are worth to test in your development?

All of them, at the very least, make sure the component renders without error. 

Can you apply TDD once you already created components?

Sure, you have to test the components that you has created 

How to use

npm install
npm dev
# or
yarn 
yarn dev

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Shell 0.2%