We have now a beautiful React Bricks App with a custom brick (the Gallery brick which is a repeater of Thumbnails). It's time to let the world see it!
In this section we'll see how easy it is to deploy a React Bricks app to Vercel or Netlify.
You can actually deploy it on any hosting environment that supports Node.js. If you use static site generation, you need Node.js execution only for the build phase, then you can serve the generated site even on a simple CDN.
Let's start!