Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): start Dapp Offer Up UI in Next.js #68

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

gacogo
Copy link

@gacogo gacogo commented Mar 6, 2024

Link to demo: https://dapp-offer-up-next-ui.vercel.app/

Changes:
The core Next.js components for Dapp Offer Up are located within the /next-ui directory. It's not currently added to workspace, so navigate to the directory and run yarn install.
App Router implementation: This UI leverages the new app router by nextjs

Important Notes:

Webpack issues and Live Reload: A potential Webpack configuration issue is preventing yarn dev and live reload functionality. To preview changes, please use the following workflow:

1. yarn build
2. yarn start

I'm actively investigating a solution for the expected development experience.

@dckc
Copy link
Member

dckc commented Mar 6, 2024

@samsiegart I haven't looked at this closely, but I wonder if it helps at all with our next.js integration challenges.
If nothing else, it shows interest :)

@samsiegart
Copy link
Contributor

@dckc Yes it's a big help, would love to push this along more. I don't know if we necessarily want to switch this dapp to next, but maybe we could fork it into something like agoric-labs/dapp-nextjs or something

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants