Skip to content

Bhammy/gif_grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gif Grabber (with hooks!)

Summary

This repo is just a demo to explain the basics of React Hooks.

Start the project locally by cloning the repo and running npm run start in the CLI; load the project on localhost:3000. The real value of the project can be found in following the numerically ordered jsx files - see

src/components/search-1

through

src/components/search-7

- in which the comments will guide a reader through the basics of how an app can be built - step by step - with React Hooks, approaching the complexity of traditional class-based React components.

Future goals include adding more components, additional styling, and exploring how to measure the performance of hooks.

This project was bootstrapped with Create React App.

About

A demo for React hooks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors