teksrc / react-fishing

1 React Hook Daily or Weekly 🎣

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🎣


Languages

Language:JavaScript 83.0%Language:HTML 11.1%Language:CSS 5.9%