Basic, React JSWhat are Props in React, and how to use them?Props in React are the read-only properties that are passed between two components mostly from the parent component to the child component. Ateev DuggalFebruary 8, 2022
Basic, React JSWhat are hooks in React and What are it’s Rules?Hooks are an addition to the Functional Components through which we can work with states and other React features without first converting them into classes as it was the ...Ateev DuggalJanuary 19, 20222 Comments
How to, React JSHow to create a Dictionary App in ReactIn this blog, we will make a Dictionary App in React which will print all the meanings, synonyms, antonyms, and examples of the given word...Ateev DuggalDecember 28, 20212 Comments