Message Boards

React portlet development on Liferay

Alex Pasquini, modified 3 Years ago.

React portlet development on Liferay

Junior Member Posts: 38 Join Date: 3/3/20 Recent Posts
Hi all,
I’m pretty new to React development on Liferay environment.I’d like to deep dive in this topic to minimize the impact of mobile and web development, using the same UI Framework (React for web and React Native for mobile development) built on Liferay portal to exploit its features.Anyway I found few documentation and tutorial about react portlet development on Liferay portal.I followed the tutorial described on official Liferay website, anyway I didn’t find anything related to how to call services built on Liferay service builder, how to handle the security and enable the communication from front end portlet to backend services, Inter portlet communication and so on.My questions are:1. Do you have a react sample portlet which uses back end services built on liferay service builder?2. Is there a place with react portlet samples  which exploit the Liferay features?Thank you in advances.Bedt regards,
Alex
thumbnail
Fredi B, modified 3 Years ago.

RE: React portlet development on Liferay

Junior Member Posts: 69 Join Date: 4/1/20 Recent Posts
Hello Alex,
I'm not 100% sure about your question. But in general: You just build a REST-Module that is called by your React Application.