tutsplus / next-level-react-apps-with-hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next-Level React Apps With Hooks

Instructor: Derek Jensen

Web technologies are always changing, and React is no exception. In the last several releases of React, we have been introduced to a new way of writing components: hooks. Hooks are the new way to add features like state, lifecycle events, and refs to your components, without using the object-oriented syntax.

In this course, Derek Jensen will take you through the process of creating a brand new guest book app, from scratch, using React. As you follow along, you'll code all your entire app with functional components, and in the process you'll learn not just what Hooks are, but also how and when to use them.

Source Files Description:

This repo contains a single-page application that uses React hooks.


These are source files for the Envato Tuts+ course: Next-Level React Apps With Hooks

Available on Tuts+. Teaching skills to millions worldwide.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 78.2%Language:HTML 21.8%