| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
|
|
Astro creates component from custom .astro format which is equivalent to .tsx and can input any .jsx or any framework as child component https://astro.build/ |
|
deno fresh does exactly that returninh html from call to a page route which contains jsx |
|
frameworks like nextjs also return html, but to be clarified if it is not bloated woth client side navigation and vdom, of if those can be disabled |
|
Note about opinion on Astro I think what Astro has, which is to me the most interesting, is to allow functional programming with html components, e.g. manipulate html with "pure" javascript on the server. When I say "pure" javascript, I mean that all tricks someone learns in js, nodejs are applicable (functions abstractions => components with parameters) and the programing flow can scale naturally |
| Back | FazBrowse Home | New Git URL |
Uh oh!
There was an error while loading. Please reload this page.
{{title}}
Uh oh!
There was an error while loading. Please reload this page.
How to create a ready html component from jsx ? (this is not about runtime hydrating an html tag with js)