Skip to content

Docs: react, nextjs, create-eth guides #68

Description

@rin-st

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions