Agoric / dapp-offer-up

Offer Up is a simple Dapp for the Agoric smart contract platform that permits users to explore items for sale in a marketplace
6 stars 5 forks source link

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

Open gacogo opened 8 months ago

gacogo commented 8 months ago

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 commented 8 months ago

@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 commented 8 months ago

@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