I am working on a React project(primarily using Typescript).
I want to pass some data from a non-component file to a React Component.
So my question is,
Is there any way to pass the data from Simple JS/TS
file to a React Component
without using redux.
useContext
to do this - zain ul dinmyFunction() { /* wants to pass data from here */ }
- kunalsrivastav