Create the Discord UI with ReactJS - Part 1: Setup and router

Опубликовано: 08 Октябрь 2024
на канале: Frontend Coding
750
11

In this series we create a discord UI clone in ReactJS with Typescript. In this first part we setup the project and we explore how the router library works.

The code in this video can be found on this GitHub repository:
https://github.com/FrontendCodingYT/c...

Timestamps:
0:00 Introduction
0:15 Npx create-react-app
1:40 Hello world application
2:45 Installing router
3:45 Installing types
5:10 Basic routing path
7:22 Creating the /channels/@me route
10:43 Creating the redirect route