Skip to content

Latest commit

 

History

History

Frontend Prepping

This is a Next.js project bootstrapped with create-next-app.

Once you run it, you can see the challenge list on the home page and you may resolve it with this stack.

You may use a PR or fork to solve them and give access to @conanbatt for review.

Getting Started

npm i
npm run dev
open http://localhost:3000

React Learning Materials

The most comprehensive course of React is Epic React by Kent Dodds.

The video course has a 200U$S cost for Argentina. The exercises and some level of explanation are freely available on the repositories listed below. The content is encouraged for all levels of Frontend Engineering.

Exercises are trivial if you know them, and the knowledge gap closes when they are not.
Strongly recommend doing all of them for all levels of Engineering.

Fundamentals Hooks Hooks Adv. Adv. Patterns Adv. Patterns V2 Performance Suspense Testing React Testing Library