Search⌘ K
AI Features

A Quick Look Back

Explore the final reflections on building a full stack web app, reviewing productivity improvements like using Storybook and httpie, and recognizing flaws such as lack of error handling and UI inconsistencies. Understand how these lessons deepen your full stack development skills with React and Flask.

Speed-ups

Let’s take a moment to appreciate all of the speed-ups that we’ve taken advantage of.

  1. The creation of the React application was a simple one-line command. There was no need to worry about the underlying technologies like Webpack. The creation of the components was then sped up by getting to instantaneously see how they look, tweak them, and combine them.
  2. Without Storybook, testing the various screens that the application can render would require laborious interactive testing where the application is repeatedly run with varying
...