new core/reactive/local/reactive/debug/Debug()
- Description:
Reactive module debug tools.
If debug is enabled, this reactive module will spy all the reactive instances and keep a record of the changes and components they have.
It is important to note that the Debug class is also a Reactive module. The debug instance keeps the reactive instances data as its own state. This way it is possible to implement development tools that whatches this data.
- Source:
- Copyright:
- 2021 Ferran Recio
- 2021 Ferran Recio
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later