All Questions
3 questions
-2
votes
2
answers
390
views
React Functional Component and Class Component
I wonder if there is any specific uses for each type of component.
Im just learning react and wonder if I can create a system entirely built with functional components only.
I know functional ...
1
vote
3
answers
322
views
Pass values from one component to another
I have the following 2 files where I need to pass value of the state variable checkedPpl from one component to another. I am learning React and any pointers would be of great help.
This particular ...
1
vote
2
answers
2k
views
How to use React with function component and hooks ONLY?
Having a React project with some component written in Class style and some others written in Hooks styles make the newcomers confuse and harder to reuse common logic. Is there a way, for example:
An ...