An open API service indexing awesome lists of open source software.

https://github.com/royalicing/learn-by-building


https://github.com/royalicing/learn-by-building

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Learn by Building

Modern React with hooks, TypeScript, CSS — if you want to learn these you’ll find educational projects here. Build them yourself step-by-step.

## Router in React

First learn how to build a `` component a la [react-router](https://reacttraining.com/react-router). Then learn about the `popstate` event and the `History` APIs, and creating a `` component. Finally, we will look at pattern matching in route paths, and query variables.

```tsx
function App() {
return <>






>
}
```