Matthias
Rust GUI app: embedded deno runtime and custom JSX/TSX compiler
Hi! I am building a Rust GUI and I want to use embedded Deno to build a plugin system. I want to use something like either:
- https://www.npmjs.com/package/react-reconciler
- https://github.com/solidjs/solid/blob/main/packages/solid/universal/README.md
But maybe there is a more Deno native way of achieving this? As I understand Deno has builtin JSX/TSX support, so maybe I can use it directly?
PS: I am not planning on using the Deno rust crates directly and instead go through https://github.com/rscarson/rustyscript as it takes care of a lot of boilerplate.
2 replies