SPA support? #117
Replies: 4 comments
-
|
You are probably looking for https://babashka.org/scittle/ ? |
Beta Was this translation helpful? Give feedback.
-
|
nbb / scittle, etc are not compiling CLJS but interpreting it. If you want to compile your project, then I can recommend shadow-cljs. |
Beta Was this translation helpful? Give feedback.
-
|
I think it would be very interesting if NBB could be made to work with metaframeworks, but it is probably incompatible to do so due to the nature of the interpreter, whilst metaframeworks rely on a build step. Metaframeworks refers to things like NextJS and SolidStart, which rely not only on valid JS, but also on file-based structure. |
Beta Was this translation helpful? Give feedback.
-
|
You can also look at squint or cherry nowadays. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I found this project very interesting because is a easy way to start on clojure world with all JS ecosystem.
I don't see way to use nbb to create a SPA with react for example. Is possible do it compiling cljs to js with nbb?
Beta Was this translation helpful? Give feedback.
All reactions