Skip to content

teksrc/react-fishing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

React Fishing ๐ŸŽฃ

1 React Hook a day or week

Hook created, added, or utilized from an installed dependency.

Project initialized with Create React App in order to fascilitate smooth utility.

After cloning and installing dependencies to run the app in the development mode locally & view it in the browser run in terminal.
CRA has hot reloading so any code edits while running will reload the page automatically.

yarn start

Containers ๐Ÿ‹

Views, Pages, Containers... it all means the same thing. Components that contain other components.

Components ๐Ÿฆ€

Individual either highly reusable or highly customized components to be utilized within various Containers.

Hooks ๐Ÿ 

Individual React Hooks utilized in Components & Containers.

Code Splitting, Bundle Size Analysis, PWA, Advanced Config, & Deployment

Code Splitting : https://facebook.github.io/create-react-app/docs/code-splitting

Bundle Size Analysis : https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

PWA : https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Config : https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment : https://facebook.github.io/create-react-app/docs/deployment

About

1 React Hook Daily or Weekly ๐ŸŽฃ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published