Can We store a React Component in Redux Initial State – React native
I am developing a React Native App and I am implementing my redux store. And I was wondering if I can store a React Component in the redux initial state like this in my reducer : import Tache from '../components/Tache';…