You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the stuff built with Fadroma more often than not ends up touching a browser, we've chosen for Fadroma to be glued together by JavaScript™, more concretely its Microsoft dialect TypeScript, more abstractly the ES6+ family of languages.
Currently, Fadroma is developed against Deno, which runs TypeScript out of the box.
For Node.js, we default to tsx (which is like NPX, not like JSX). Past versions of Fadroma used Ganesha to load TypeScript.
Projects generated by https://fadroma.tech should run on either runtime. If you encounter a discrepancy, please report it. We also welcome reports of running Fadroma on Bun as well as other JS platforms.
On either Deno or Node, we remain coupled to the NPM ecosystem, and default to PNPM for it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Since the stuff built with Fadroma more often than not ends up touching a browser, we've chosen for Fadroma to be glued together by JavaScript™, more concretely its Microsoft dialect TypeScript, more abstractly the ES6+ family of languages.
Currently, Fadroma is developed against Deno, which runs TypeScript out of the box.
For Node.js, we default to
tsx(which is like NPX, not like JSX). Past versions of Fadroma used Ganesha to load TypeScript.Projects generated by https://fadroma.tech should run on either runtime. If you encounter a discrepancy, please report it. We also welcome reports of running Fadroma on Bun as well as other JS platforms.
On either Deno or Node, we remain coupled to the NPM ecosystem, and default to PNPM for it.
Beta Was this translation helpful? Give feedback.
All reactions