We’ve been working in the safety of our component workspace. Unfortunately, unless our product is a component library, our users won’t receive much value from our components unless we place them in our real application. In this chapter, we’re going to take everything we’ve made so far using Storybook and apply it to a real application. Our approach with Storybook is a bit different from how many applications are built, but as we’ll see in this chapter, when we’re ready to build our actual application, everything falls into place pretty quickly.
Navigating Between Pages
One thing ...