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
Node code bases are broken up by modules;
each module is more or less independent of the others,
though each can import or export objects.
One of the basic building blocks that hierarch-pose manipulates is styled-component elements.
By spending some energy hooking up references across modules in a code-base,
Pose could, say, help someone re-style a component that they've imported from someplace else in the code.
The text was updated successfully, but these errors were encountered:
Node code bases are broken up by modules;
each module is more or less independent of the others,
though each can
import
orexport
objects.One of the basic building blocks that
hierarch-pose
manipulates isstyled-component
elements.By spending some energy hooking up references across modules in a code-base,
Pose could, say, help someone re-style a component that they've imported from someplace else in the code.
The text was updated successfully, but these errors were encountered: