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
https://hono.dev/guides/jsx-dom
I am trying to create a dynamic page on the client side using deno and hono.
But the sample at this URL does not have any exported functions or variables.
I've done some research and found that a major build tool called vite seems to be the way to go, but is it a given that the sample code in this URL is supposed to use vite?
I'm trying to build code that works with a minimum of libraries for study purposes.
Is it a given that I don't have to write anything in particular to build tsx using vite?
Here is the original text before using the translation
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
-
https://hono.dev/guides/jsx-dom
I am trying to create a dynamic page on the client side using deno and hono.
But the sample at this URL does not have any exported functions or variables.
I've done some research and found that a major build tool called vite seems to be the way to go, but is it a given that the sample code in this URL is supposed to use vite?
I'm trying to build code that works with a minimum of libraries for study purposes.
Is it a given that I don't have to write anything in particular to build tsx using vite?
Here is the original text before using the translation
Client Componentsをdenoで使うにはviteを使うのが前提になっていますか?
https://hono.dev/guides/jsx-dom
denoとhonoを使ってクライアント側で動的なページを作ろうと思っています。
ですがこのURLのサンプルにはexportしている関数や変数がありません。
色々調べてみると、viteというビルドツールがメジャーらしいのですが、このURLのサンプルコードはviteを使う事が当然の前提となっているのでしょうか?
勉強の為に最低限のライブラリで動くコードを作りたいと思っているのですが
viteを使ってtsxをビルドする事は特に書かなくても当たり前の事なのでしょうか?
Beta Was this translation helpful? Give feedback.
All reactions