-
Notifications
You must be signed in to change notification settings - Fork 3
nextjs-vercel: implement basic frontend UI #4
nextjs-vercel: implement basic frontend UI #4
Conversation
CX-745 Implement basic frontend UIs for demo project
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Two thoughts:
- Should we change the name of the folder so that it's shorter? What about
nextjs
? The fact that it uses a lambda function can be explained in the README. - I think that we're missing an important bit here, which is actually embedding the meeting in an iframe. Are we planning on doing that as the next step? Perhaps similar to how Daily does it? https://github.com/daily-demos/prebuilt-ui/blob/main/assets/prebuilt-ui-demo.gif
nextjs-serverless-functions/components/CreateMeetingAPI/index.js
Outdated
Show resolved
Hide resolved
@martrik Thanks for review this.
Yeah, can rename the example to
Yeah, I had though about using |
…t value for date and time
3f4d308
to
1c4b50a
Compare
This PR fixes CX-745.
Using
tailwindcss
andreact-hook-form
to make basic UI for create/get/delete meeting innextjs-serverelss-functions
example.Currently deployed on vercel: whereby-nextjs-demo.vercel.app