Skip to content

Commit

Permalink
Merge pull request #725 from micaherne/patch-1
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
andrewnicols authored Sep 4, 2023
2 parents 793cacb + b197d08 commit 1021c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/javascript/reactive/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Since, TabItem, Tabs, ValidExample, InvalidExample } from '@site/src/co

<Since versions={[ 4.0 ]} />

Third-party plugin developers are free to use any framework they want to implement reactive interfaces like React, Angular or Vue. However, for now Moodle does not provide any of them and all core developments are framework independant.
Third-party plugin developers are free to use any framework they want to implement reactive interfaces like React, Angular or Vue. However, for now Moodle does not provide any of them and all core developments are framework independent.

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.

Expand Down

0 comments on commit 1021c67

Please sign in to comment.