|
|
|
|
|
by the_arun
492 days ago
|
|
Sorry, slightly confused. From JSX docs: > The difference is that the precompile transform analyses your JSX statically and stores precompiled HTML strings if possible. That way a lot of time creating JSX objects can be avoided. So if there are compilation errors, who is stopping me from running without the build? |
|
As for JSX itself: if we choose to use it, for sure we still need to transform it back to vanilla JS. I elaborate more in this wiki: https://github.com/fullsoak/fullsoak/wiki/Concepts-&-Example...