What is the page builder?
The page builder is a drag-and-drop editor used to create web pages. It allows you to do most of the things with it that you are allowed to do with code, just in a much simpler way because you don’t have to remember all the code for creating a page. It also allows you to integrate with the data model that you’ve created so you can display all the data on your application’s pages. Backend logic is handled by the actions part of the Betty Blocks platform. We haven’t touched this part yet, but it basically allows you to create backend logic with drag and drop as well. This will be covered in another chapter.
With most no-code tools, you can get stuck because they don’t support something that you might want to do. In the Betty Blocks platform, you can add functionality and extend the functionality provided by the platform by using code. This doesn’t mean that someone who can write code needs to create this part by adding...