Code Monkey home page Code Monkey logo

dssales-resources's Introduction

dssales-resources

Criando projeto com o create-react-app:

npx create-react-app front-web --template typescript

Link do projeto no Figma:

https://www.figma.com/file/vnK7024sr7YkEe3QdvAFT6/BDS3-dashboard?node-id=0%3A1

Configuração do Eslint e Prettier

  1. instalar as dependências necessárias:

yarn add eslint prettier eslint-plugin-react-hooks @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-react eslint-config-prettier eslint-plugin-prettier --dev

  1. Certifique-se de instalar as extensões do Eslint e Prettier no VSCode

  2. Copiar o arquivo .eslintrc.js e adicionar na raiz da pasta front-web

  3. Copiar o arquivo .prettierrc.js e adicionar na raiz da pasta front-web

  4. Editar preferências do VSCode:

"editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
},
"editor.formatOnSave": true, 
"eslint.alwaysShowStatus": true,

React-flatpickr

Apex Charts

High order functions JavaScript e TypeScript

Esta aula te ajudará entender as funções de ordem superior: map, filter, reduce, sort

Image

Alguns links úteis para quem quiser aprofundar em algum conceito mencionado durante as aulas:

  • Como formatar números/preços usando apenas JavaScript

https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat

Entendendo o React Hook useMemo

Propriedade box-sizing do CSS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.