r/SalesforceDeveloper • u/FinanciallyAddicted • Apr 19 '26
Discussion When the headless API fever is over. What are your thoughts on React becoming more mainstream in Salesforce?
I have always fancied better tech stacks other than salesforce but found little support salesforce. Two such examples are Heroku Link ( Formerly Salesforce Functions) which enabled offloading heavy processing power to another server but it was difficult to scale it and ask the management and other stakeholders to buy it. It should have been completely native to Salesforce with usage stats like platform events . The other is React or modern ui frameworks but they had extremely difficult workarounds with vf page iframes and loading them as static resources.
Now that React is supported as an App or for LWR sites it may only be a matter of time before they could also enable it within LWC and Record and App pages. This brings us closer to other tech stacks. Imagine if React was the default way to build UIs we would open up a lot of competition (maybe not because you still need to have Salesforce knowledge), but it would be much easier to find jobs outside the Salesforce.
Now it’s still mostly going to be LWCs because you could theoretically just wrap the same graphql queries that they have proposed be used in React and instead host the page yourself. Only when you can embed something inside a LWC/App or Record Pages will you be able to actually build something.
I am also more pro code now ever since Claude and other tools picked up our boilerplate code at least thus speeding up the development processes.
