Skip to content

Commit

Permalink
Merge pull request #965 from Menrath/add/example-repo-for-reactive-ap…
Browse files Browse the repository at this point in the history
…plication

Add example/tutorial repo mod_nosferatu for reactive library page
  • Loading branch information
sarjona authored Apr 12, 2024
2 parents aff722c + 18d8fff commit c3e890b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guides/javascript/reactive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Third-party plugin developers are free to use any framework they want to impleme

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.

:::tip Example module: moodle-mod_nosferatu

GitHub repository: [moodle-mod_nosferatu](https://github.com/ferranrecio/moodle-mod_nosferatu/)

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.

:::

## Reactive pattern highlights

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

0 comments on commit c3e890b

Please sign in to comment.