Explanation of the tool and it's purpose. Be Brief and say it concisely in a sentence
Special functions that make components simpler to use by allowing you to keep components cleaner and reuse logic more easily.
- Add local state to function components (
useState
). - Use lifecycle methods like mounting, updating, and cleanup (
useEffect
). - Access context in a simple way (
useContext
).
React component have a life cycle, which consists of three phases:
- Mounting, that is putting inserting elements into the DOM.
- Updating, which involves methods for updating components in the DOM.
- Unmounting, that is removing a component from the DOM. **********
This file sets up the basic structure for all pages in the Next.js app.
This file sets up the basic css structure for all pages in the Next.js app.
UI that can be rendered and optionally cached on the server **********
docker ps -a
-a
show all containers
**********
``
-
**********
``
-
**********
``
-
**********
``
-
**********
What does the config do
Config example and definition of each term
**********
- steps
- step
- step
**********