Introduction
Build-UI is a simple library thought for React developers packed with features 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.
#
Getting StartedGet started by installing via npm with the command:
You're all set to start building your website editors!
Happy Coding! ๐๐ป