@YaPrettyMuch I think that’s a good idea, with something like tailwind you don’t have the headache of trying to build the css within or outside the next.js app. Aslong if everyone is happy using tailwind 😊
For a recent project, we came across the challenge again to host Sitecore JSS Next.js on Azure instead of Vercel. Read about it in my new blog post:
https://t.co/voxEA00Xm8
#sitecore#jss#headless#nextjs#azure
@YaPrettyMuch With non-JS based CSS do you mean something like SCSS that still needs building?
In that case I would build the SCSS outside of the JSS/Next.js project. After that build you can import the build asset (plain CSS file) into your Next.js app.
@YaPrettyMuch Hi, Thanks! Unfortunately, I do not have a public repo with this setup. I hope to set something up in the coming weeks as more people have asked me about this.
@kentcdodds@markgibbons25 I had my own challenges trying to get next 12 to run on Azure with #sitecore#jss I fully agree with the points of this article.
It would be nice if a good JSS SDK exists for Remix.
I get asked about this a lot (especially since the launch of Epic Web), so I've written it down.
Here's why I won't use Next.js:
https://t.co/crVN7hOszL
I love how you can combine simple CSS classes with typesafe React properties using #VanillaExtract and styleVariants
It's a great way to create variants of a component.
I really enjoyed giving a presentation at #sugnl last night. It was great to see that frontend tech is getting more traction within the #sitecore community.
I will write some blog posts about the content of the presentation, this is the first one:
https://t.co/AxP4U2iEDB
@Andreas97118420 Hi, thanks! I’m planning to do some more posts about this soon. To make the exp editor work, you have to pass things like title, image etc down to the UI component as Jsx.Element props.
Using the out of the box components from the JSS Next.js SDK.
Azure Static Web Apps automatically creates a domain like "https://t.co/DqwZmEcSPo", how can you block this domain on a Hybrid Next.js implementation?
https://t.co/pvT5aVpBd5
#sitecore#nextjs#azure