wu

Reactive, functional and declarative framework for webapps

View the Project on GitHub migueldelmazo/wu

Wu framework: console documentation

Wu instance

In the development environment Wu is published in the window.wu to facilitate development and debugging.

Wu’s public methods are documented here.

Wu’s private properties are:

Below is the result of the console of a small program that manages the user’s profile and login.

Pattern


Wu flow

In order to improve the development experience, to facilitate debugging we have created a functionality that shows in the browser console the elements that are executed, with its variables and the elements that are reacting to other elements.

This functionality is optimized for Chrome and Firefox.

Below is the result of the console of a small program that manages the user’s profile and login.

Pattern