Open mo-fouad opened 10 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
solito-app | ❌ Failed (Inspect) | Jan 1, 2024 3:01pm |
Why don't you just import the existing useRouter
from solito/navigation
?
I was trying to use
Next-App-Directory
so I tried to add moreuseRouter
from 'next/navigation' in Solito, I started to add separate files inrouter
folder in Solito to createuseAppRouter
hook,But I got stuck with understanding the logic of
useMemo
part, Also I did not know how to test this in a real application,I am wondering if this is the right direction to make this or not, could you please direct me to the right track ?!
Thanks