
Public
reactHonoExample
Viewing readonly version: 197View latest version
It's common to have code and types that are needed on both the frontend and the backend. It's important that you write this code in a particularly defensive way because it's limited by what both environments support:
For example, you cannot use the Deno
keyword. For imports, you can't use npm:
specifiers, so we reccomend https://esm.sh
because it works on the server & client.