Re: Outreachy 2021 applicant

2021-04-21 Thread Lukas Brabec
There really isn't a reason, it is a quick and dirty code I did to have a proof of concept. Feel free to fix it. L. On Wed, Apr 21, 2021 at 10:52 AM KUNAL PRAKASH wrote: > Hello again Lukas Brabec, > I have one query that despite of having state store which contain all the > state. Why we are

Re: Outreachy 2021 applicant

2021-04-21 Thread KUNAL PRAKASH
Hello again Lukas Brabec, I have one query that despite of having state store which contain all the state. Why we are passing state as a props to component like Timeline.js, Event.js etc. Why don't we use mapStateToProps for directly using the particular state that component want to use.