Skip to content

Commit 18d8fff

Browse files
Menrathsarjona
authored andcommitted
[docs] Add example/tutorial repo mod_nosferatu for reactive library page
1 parent aff722c commit 18d8fff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/guides/javascript/reactive/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ Third-party plugin developers are free to use any framework they want to impleme
1818

1919
Nevertheless, in terms of reusability, maintainability and user experience the advantages of having a reactive UI are undeniable. For this reason Moodle has an adhoc reactive library that can be used to implement small reactive applications on any Moodle page.
2020

21+
:::tip Example module: moodle-mod_nosferatu
22+
23+
GitHub repository: [moodle-mod_nosferatu](https://github.com/ferranrecio/moodle-mod_nosferatu/)
24+
25+
This repository provides a step-by-step tutorial for developers, covering starter, beginner, and intermediate levels. It includes helpful comments, hints, and best practices to aid in development.
26+
27+
:::
28+
2129
## Reactive pattern highlights
2230

2331
To understand the advantages (and disadvantages) of a reactive User Interface (UI) there are a few major points you must understand about reactivity:

0 commit comments

Comments
 (0)