deno.land / x / fresh@1.1.1 / tests / fixture_plugin / islands / Island.tsx

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
import { IS_BROWSER } from "../../../src/runtime/utils.ts";
export default function Island() { const id = IS_BROWSER ? "csr" : "ssr"; return ( <div> <p id={id}>{id}</p> </div> );}
fresh

Version Info

Tagged at
2 years ago