Project Looks Interesting #8
Replies: 1 comment 1 reply
-
Hey @jeffolmstead I have not deployed anything to production using the open source LWR setup. I don't see why it wouldn't work as their documentation outlines you can deploy to Heroku (or presumably any other node type host). I wouldn't personally use LWR, not because it's not good, but because I find the greater JavaScript ecosystem to be much more powerful and open, and have much better communities building plugins and libraries. Something like Next.js or Astro would be more my flavour if I had to choose a framework off platform. I could see benefits to reusing your on-platform LWCs off platform, which I assume is why SF provides an off-platform framework.
TL:DR - I'd personally prefer not use LWR off platform, but there may be benefits of reusing on-platform built LWCs if built correctly. |
Beta Was this translation helpful? Give feedback.
-
I am going to pull this down and take a further look at it. I was looking for an alternative to LWR as the backend server for my lightning components and came upon this. Out of curiosity, have you ever hosted any sites off Salesforce? I am messing around with LWC OSS and they recently switched over to LWR as their default server. However, there are still a lot of pain points there as I have tried to set up a server with authentication (haven't yet succeeded on LWR, even when exposing the Express server). All this to say, I am curious, since you have this great tooling stack to make LWC easier and usable off salesforce, as to whether you have built productions sites around LWC and if so, was there a standard framework you started from? Thanks for any consideration you can share in this regard.
Beta Was this translation helpful? Give feedback.
All reactions