Using ember-freestyle as a component playground
A component playground is an application that you can use to test out and play
around with your custom components in isolation from the rest of your project.
In the React and Vue ecosystem Storybook is a quite popular project
that implements such a component playground as part of your app. In the Ember
ecosystem we have the ember-freestyle
addon that can be
used for this purpose. This blog post will show you how to install
ember-freestyle
in your app and how to use it to build and test components in
isolation.
January 24, 2018