spraakbanken / korp-frontend

Frontend for Korp, a tool using the IMS Open Corpus Workbench (CWB).
https://spraakbanken.gu.se/en/tools/korp
MIT License
16 stars 8 forks source link

Rewrite: Convert directives to components #371

Open arildm opened 5 months ago

arildm commented 5 months ago

In AngularJS, Components are more self-contained than Directives. They enforce vertical rather than horizontal dependency. Also, the same concept exists in Vue which makes migration easier.

Some cases are not well translated into components, and should be handled some other way.

And