Banh-Builder is a simple library thought for React developers packed with features that allow them to effortlessly create website builders. It comes with drag and drop functionality, undo-redo logic, site serialization and deserialization along with some other interesting tools out of the box. Because of the way it is built, it also supports other features such as SSR and component dynamic loading without you having to worry about their implementations.
Please be aware that Banh-Builder is currently an early-stage project in development phase.
With Banh-Builder, you can create anything from a very simple to a fully-featured website builder. Banh-Builder lets you create your website builder on top of your own or third-party React Components. With Banh-Builder, you only need a lightweight extra layer of code to handle website-building logic, which is made as simple and as transparent as possible.
You can install via npm with the command:
npm install --save banh-builder