An open API service indexing awesome lists of open source software.

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

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.

````