Skip to content

Primeiro projeto desenvolvido baseado no curso "React - The Complete Guide 2024" oferecido pela Academind na plataforma Udemy.

License

Notifications You must be signed in to change notification settings

freirart/tic-tac-toe

Repository files navigation

Tictactoe

Jogo da velha desenvolvido com o propósito de pôr em prática os conhecimentos obtidos sobre NextJS, TailwindCSS, Typescript, e Jest.

O artigo dedicado a apresentar o processo de desenvolvimento do jogo pode ser encontrado neste link!

Este repositório abrange o conteúdo presente nas seguintes seções do curso "React - The Complete Guide 2024":

  • Section 1: Getting started;
  • Section 2: Javascript refresher;
  • Section 3: React essentials - Components, JSX, Props, State & More;
  • Section 4: React essentials - Deep dive;
  • Section 29: Testing React Apps;

Anotações 🗒

  • importância semântica na hora do HTML

    • listas ordenadas ou não-ordenadas?
    • input required ou não required?
  • prop forwarding

  • wrapper component as prop (string when built-in, fn when custom)

  • update state based on the previous one => use function on setState fn

  • two-way binding => input com value e onChange do value

  • lifting the state up => parent component managing state that is used in both siblings component

  • derived state = var that is set based on a prop/state

    • derive as much as possible

About

Primeiro projeto desenvolvido baseado no curso "React - The Complete Guide 2024" oferecido pela Academind na plataforma Udemy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published