From #65 (review)
Instead we could have "Guides" / "Receipes"
One setting up with create-vite app
one with nextjs app and mentioning about create-eth CLI as well.
I think we need to have them in that order: create-eth, nextjs, create-vite
Create-eth
- create-eth cli (in case of the new app)
- example hook/component
Nextjs:
- create-vite cli (in case of the new app)
- peer deps
- configure wagmi and tanstack query in
layout.tsx
- example hook/component
Create-vite:
- create-vite cli (in case of the new app)
- peer deps
- configure wagmi and tanstack query in
app.tsx
- example hook/component
Basically, installation with create-vite app and nextjs are almost the same except using provider in app.tsx in React vs layout.tsx in Nextjs. But looks like it's still better to have separate pages. And since we will have all the info about peer deps in that guides it seems we need to remove them again from /hooks/installation and /components/installation and add the links to create-eth, nextjs and create-vite guides
From #65 (review)
I think we need to have them in that order: create-eth, nextjs, create-vite
Create-eth
Nextjs:
layout.tsxCreate-vite:
app.tsxBasically, installation with create-vite app and nextjs are almost the same except using provider in
app.tsxin React vslayout.tsxin Nextjs. But looks like it's still better to have separate pages. And since we will have all the info about peer deps in that guides it seems we need to remove them again from/hooks/installationand/components/installationand add the links to create-eth, nextjs and create-vite guides