latviancoder / hooks-by-example

Collection of beginner-friendly real world examples of hook usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hooks. People love them, people hate them. But one is for sure - hooks are there to stay and React ecosystem is going to evolve, again.

The most important feature of hooks is sharing reusable functionality. In the past it was achieved using mixins, which were later deprecated in favor of patterns like render props and higher order components. But these patterns introduced additional complexity and resulted in something now called wrapper hell.

What is this?

The purpose of this reposity is to provide beginner-friendly real-world examples of different hooks usage. Here are some of them:

This application is built using create-react-app, so feel free to clone the repo and play with examples yourself.

yarn install
yarn start

Todo

More examples, more comments. Pull requests and overall suggestions are welcome.

About

Collection of beginner-friendly real world examples of hook usage.


Languages

Language:JavaScript 92.7%Language:HTML 4.9%Language:CSS 2.4%