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
we can build spa using react react-router and packup. if is possible to create function named "render" that take pathname as input and return html string, we can use std/http (or oak ...) to read pathname in the incoming request then call render function and return html response.
render function will be generated based on router at build time.
if this possible to generate this "render" we can build universal app on top of spa and packup in easy way.
The text was updated successfully, but these errors were encountered:
ssr, I know packup focusing on spa but think the brindge between is not big.
already we have renderToSring in react router is possible to use it with packup ?
and suggess to create x/packup-react and x/packup-react-router verion of react and react-router (like in esm.sh ) build for deno users in mind and ts support.
we can discus more about puckup-ssr in right time
thank you for your great job.
we can build spa using react react-router and packup. if is possible to create function named "render" that take pathname as input and return html string, we can use std/http (or oak ...) to read pathname in the incoming request then call render function and return html response.
render function will be generated based on router at build time.
if this possible to generate this "render" we can build universal app on top of spa and packup in easy way.
The text was updated successfully, but these errors were encountered: