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

Blazor support seems to be crucial #184

Open
pstricks-fans opened this issue Nov 13, 2020 · 1 comment
Open

Blazor support seems to be crucial #184

pstricks-fans opened this issue Nov 13, 2020 · 1 comment
Labels
Status/1. Ready This issue has been confirmed and is ready to be worked on. Type/Platform

Comments

@pstricks-fans
Copy link

pstricks-fans commented Nov 13, 2020

MathJax which is a JavaScript based LaTeX rendering library uses DOM manipulation heavily.
Even if Blazor Web Assembly can do DOM manipulation via JavaScript interop, it makes us break the original intent of Blazor.
Blazor was developed to free C# programmers from having to use JavaScript when developing web based apps.

Supporting Blazor is really needed.

@pstricks-fans pstricks-fans added Status/0. New This issue is new and is awaiting confirmation from the maintainers. Type/Platform labels Nov 13, 2020
@charlesroddie
Copy link
Collaborator

charlesroddie commented Nov 13, 2020

AoT compilation is needed for client-side Blazor to have usable performance. It is also needed for good SkiaSharp support, so when it is done CSharpMath will work on Blazor.

@Happypig375 Happypig375 added Status/1. Ready This issue has been confirmed and is ready to be worked on. and removed Status/0. New This issue is new and is awaiting confirmation from the maintainers. labels Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status/1. Ready This issue has been confirmed and is ready to be worked on. Type/Platform
Projects
None yet
Development

No branches or pull requests

3 participants