Abdulaziz
Abdulaziz
We can implement layout like this for now [#371](https://github.com/denoland/fresh/issues/371#issuecomment-1172915981) ✍️
make components as layout to wrap the route with children in fresh some thing like this ```typescript // componets/layout/container.tsx /** @jsx h */ /** @jsxFrag Fragment */ import { ComponentChildren,...
@WittySmirk did you use `IS_BROWSER` should work for client side ```typescript const resp = async () => { if (IS_BROWSER) { const resp = await fetch("/api/joke"); const json = await...
``` (tester-klKes) C:\Users\Desktop\projects\tester\vibora>py setup.py install running install running bdist_egg running egg_info creating vibora.egg-info writing vibora.egg-info\PKG-INFO writing dependency_links to vibora.egg-info\dependency_links.txt writing requirements to vibora.egg-info\requires.txt writing top-level names to vibora.egg-info\top_level.txt writing manifest...
> `Traceback (most recent call last): > File "server1.py", line 1, in > from vibora import Vibora, JsonResponse > File "C:\Users\abaja\.virtualenvs\tester-kWZRlKes\lib\site-packages\vibora\__init__.py", line 7, in > from .server import * >...
> @alfuhigi it's been 4 years, I have come to this thread because I'm building the same project. Do you know any open source projects that are working correctly? what...
I had this issue with ``` useEffect ``` Any idea to fix it ?