https://github.com/abdurrobr34l/react-module44
It is my react module-44 practices
https://github.com/abdurrobr34l/react-module44
react-hooks react-router reactjs tailwindcss
Last synced: about 2 months ago
JSON representation
It is my react module-44 practices
- Host: GitHub
- URL: https://github.com/abdurrobr34l/react-module44
- Owner: Abdurrobr34l
- Created: 2025-10-02T05:39:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T18:20:48.000Z (9 months ago)
- Last Synced: 2025-10-02T19:22:35.126Z (9 months ago)
- Topics: react-hooks, react-router, reactjs, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `React + Tailwind Css`
## Thing used in this practice project:
`How to get data from input files`
```
1: e.target.[name of the input field].value (CHECK simpleForm COMPONENT CODES).
2: Use form action to get data from inputs (CHECK formAction COMPONENT CODES).
3: Controlled Field we use when we want little more interactivity like you need an uppercase/missing this sign/this number. This suggestion can be acheive instanly or when the submit button is clicked.
````