SideView is a development environment for components, that let's you preview any component in your application as a standalone component.
We achieve this by auto-magically creating a sandbox around your file where it can run independently.The sandbox acts as a live preview so you can see the effects of your code changes immediately.
SideView also makes it easy to switch between components as you're developing - this is what makes it a great tool for Component Driven Development.