Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pure JS implementation #454

Open
raziel057 opened this issue Apr 24, 2024 · 2 comments
Open

Pure JS implementation #454

raziel057 opened this issue Apr 24, 2024 · 2 comments

Comments

@raziel057
Copy link
Contributor

As AngularJS support has officially ended as of January 2022 and there are moderated CVEs https://security.snyk.io/package/npm/angular/1.8.3 it would make sense to replace it with another implementation.

In my mind the best would be to have a JS native one to be agnostic of JS libraries. For sure it require a complete rewrite of translation.js file but it seems possible.

What do you think about this?

@bartmcleod
Copy link
Collaborator

I would favor a rewrite in functional React maybe? Or Vue.js. It would still require a considerable amount of time though.

@raziel057
Copy link
Contributor Author

@bartmcleod The issue is you will still have hard dependency on a JS heavy library (that you will have to adapt to support latests releases) for a component that requires few JS needs.

I will try to work and create a pull request with pure JS implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants