Bellissima is the code name for the rebuild of the frontend code of the backoffice of Umbraco. Bellissima replaces the old deprecated AngularJS code with Lit, TypeScript and Web Components as well as a flexible extensions API.
In a recent post, Warren Buckley shares a code snippet for Umbraco Bellissima, focusing on importing and syncing nodes in the backoffice. The snippet demonstrates how to refresh the tree view automatically after importing nodes, enhancing user experience by showing newly added nodes. The author invites feedback on use cases.
Filip Bech discusses simplifying the development of a property editor for Umbraco using modern JavaScript features without complex build tools. He highlights the ease of creating scalable solutions with the new backoffice, emphasizing the use of imports, classes, and localization. Bech encourages exploration of the Umbraco ecosystem for innovative development.