When you work with Declarative UI Libraries like Roact or Fusion , creating User Interfaces with code becomes challenging when you try to preview them. UI Labs aims to solve this problem:
Allows you to preview your UI code instantly without running your game.
Features a Hot-Reloader that updates your changes in real-time.
Provides a Sandboxed environment for your code to run in, you dont have to worry about reverting all your changes.
Native support for Fusion, Roact and React
Support for Generic Stories allowing you to adapt the stories to your own Library or Framework
The docs are not empty, the api reference is. it’s work in progress
This plugin is useful for programmers using react/fusion. It might be also very useful for executing some arbitrary code in edit mode. (like InCommand)