Front end web development
React - Configure ESLint and Prettier in a React project
ESLint is a tool that analyzes the project code following defined rules. Prettier is a code formatter, it has rules that the proje...
React - Create project with TypeScript and Yarn
TypeScript has advantages over JavaScript, such as strict typing, so using TypeScript in React is very useful. Requisites TypeScri...