cicerohen / workshop-reactjs-essential

Home Page:workshop-reactjs-essential.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop ReactJS Essential

Código usado nas imersões ReactJS na Digital College / Source code presented by me on the ReactJS immersions at Digital College

O que foi abordado

  • Como iniciar um projeto usando Create React App(CRA)
  • Como organizar seu projeto usando a abordagem presentational/containers
  • Como usar ReactJS Hooks e criar hooks customizados
  • Como criar contextos no ReactJS
  • Como criar rotas usando React Router
  • Como criar abstrações(componentes/hooks) no ReactJS
  • Alguns detalhes de TypeScript
  • Usando TailwindCSS para estilizar componentes

What was discussed

  • Starting your app using Create React App(CRA)
  • How to organize your project using a presentational/containers approach
  • How to use ReactJS Hooks and create your custom hooks
  • How to create ReactJS contexts
  • How to routing your app using React Router
  • How to create abstractions(components/hooks) on ReactJS
  • A little bit of TypeScript
  • Creating beautiful UI with TailwindCSS

Iniciar / Start

yarn && yarn start

About

workshop-reactjs-essential.vercel.app


Languages

Language:TypeScript 94.9%Language:HTML 4.4%Language:JavaScript 0.5%Language:CSS 0.2%