-
Notifications
You must be signed in to change notification settings - Fork 174
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
Luigi sample with NextJs #1579
Luigi sample with NextJs #1579
Conversation
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.
Just a small docu change.
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.
Have a couple of suggestions:
- Include Fundamental Styles and sap theming same as in other examples in package.jsonn
- re-use the same default page layout we use in other examples (then it will be easier for us to upgrade the version of FD Styles all at once for all examples)
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.
@UlianaMunich , good catch. I made a mistake that Luigi core is not necessary to have fundamental styles, only micro frontend part needs. |
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.
Some improvement suggestions.
Let me know if any of the mentioned comments is not reproducible on your side .
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.
👍
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!
…nfig * master: Add up arrow key press to global search (SAP#1587) fix e2e test (SAP#1589) Update fiddle fd styles to 0.11.0 (SAP#1581) Modal loading indicator and close Modal event (SAP#1578) Integrate plugin readme in docu (SAP#1564) Luigi sample with Next.js (SAP#1579) Update version of FD styles to the Core 0.10.0 -> 0.11.0 (SAP#1569)
Provide a sample code of Luigi is running on top of Next JS
Fixes #1122