In this post, we are going to learn how to integrate P5 sketches into your React Web Application. Let’s Start the Fun :) For that, let’s scaffold a simple React app using create-react-app npx create-react-app my-sketch This will create a new folder called my-sketch and install the react dependencies.