You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have tested my conversions, now i am testing thunk actions and the question is: should i add the conversions that i am invoking in thunk action as dependency (DI) even though i have them already tested? What if i have f.e. 50+ 'dependencies' in one thunk action? They should be all added as function parameters?
when using redux, is it good idea to have component separated in component and container file? Personally i don't like the idea that i have my component in three different files. What are the advantages of doing so?
About
Messaging web app - allowing sending messages between multiple channels, possible to chat with more people in one channel and more