|
|
|
|
|
by torb-xyz
2208 days ago
|
|
Is it possible to use Solid with just plain JavaScript/TypeScript (like using createElement with React)? I generally find those far more readable than JSX (and is one of the reasons I think SwiftUI and Flutter code looks nicer than React). |
|
Solid's JSX does not compile to HyperScript like React. HyperScript is a different slightly de-optimized experience.