Encapsulating the UI with ViewComponent + Storybook
So far the user interface for my application has been built using a combination of views (including partial views) and helper methods.
An alternative exists called ViewComponent. This is a way of encapsulating a single user interface element into a r...
andrewfoster.hashnode.dev5 min read