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'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[X] proposal
Current behavior:
At the moment many components are using the connect function from redux which makes them containers.
Expected behavior:
Proper separation of pure presentational components from stateful components as explained in the container/component architecture.
It's a good idea to use styled-components for pure presentational components.
The text was updated successfully, but these errors were encountered:
I'll be glad to work on this.
It's not completely clear how the process works to get PRs reviewed, I made a couple based on github issues last week. I'd appreciate if someone cold add me on Trello.
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[X] proposal
Current behavior:
At the moment many components are using the connect function from redux which makes them containers.
Expected behavior:
Proper separation of pure presentational components from stateful components as explained in the container/component architecture.
It's a good idea to use styled-components for pure presentational components.
The text was updated successfully, but these errors were encountered: