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
Over time we've introduced some features not envisioned at the beginning of the project. This lead to container.jsx and utils.js being "blobs" holding wide range of responsibilities.
Not urgent but it would be nice to split logic existing in these files, most likely into multiple Higher-Order Components.
The text was updated successfully, but these errors were encountered:
Over time we've introduced some features not envisioned at the beginning of the project. This lead to
container.jsx
andutils.js
being "blobs" holding wide range of responsibilities.Not urgent but it would be nice to split logic existing in these files, most likely into multiple Higher-Order Components.
The text was updated successfully, but these errors were encountered: