Improve local non-jsx imports, previously if you wanted to import css or js files it would search for and import them straight away. Now modify_with_imports has been updated to handle importing css/js on a case by case basis.
Refactored the qreacto.lua script. Some functions had multiple concerns, these have been seperated out. Documentation improved and functions rearranged for better reading of code flow
update example.qmd with richer content, showing different use cases.
Added a workflow to allow GH pages to be used for the example.qmd
moved components/ folder to _components/ folder, this brings it in line with Quartos directory doctrine
Changelog
modify_with_imports
has been updated to handle importing css/js on a case by case basis.qreacto.lua
script. Some functions had multiple concerns, these have been seperated out. Documentation improved and functions rearranged for better reading of code flowcomponents/
folder to_components/
folder, this brings it in line with Quartos directory doctrine