ReactUI allows you to design and manage user interfaces with a state-of-art, modern and powerful framework: React. Not only: it allows you to use all tools and plugins you use in web development to implement a game’s user interface.
Speaking about tooling, it comes with a pre-set environment composed by:
– webpack as bundling/building system
– Less as CSS super-set
– Babel as Javascript transpiler, so your Javascript code can run on old browsers too
– React as Virtual DOM rendering engine
It comes with a powerful and extensible event system, that allows you to easily raise and manage events from the game or the UI. This is possible thanks to a special Javascript/C# bridge, integrated in the package.