All You Need to Know About Props in React
Introduction
In React, we always think about Components. These components need a way to communicate with each other. Props are a great way to communicate between components by sharing data between them. It is unidirectional. That means you can only p...
debajit13.hashnode.dev3 min read