logo

Get in touch

Awesome Image Awesome Image

ReactJS Development April 10, 2023

Developing a React Application using Liferay

Written by Vishal Shah

2.2K

The Liferay React Module is a module that allows developers to create React-based web applications within the Liferay platform. React is a popular JavaScript library used for building user interfaces. With the Liferay React Module, developers can leverage the power of React while taking advantage of Liferay’s features, such as user authentication, content management, and workflow management. 

The Liferay React Module provides a set of tools and components that developers can use to build their applications. It includes a React component library, which provides pre-built UI components that can be used to create web pages and interfaces. It also includes a development environment that allows developers to create, test, and debug their React applications within Liferay. 

Creating React Module Using Liferay module  

  1. Right click on the Liferay workspace go to New -> module
  2. Choose Liferay Modules and click on nextLiferay Modules
  3. Give the module name and select npm-react-portlet
    Demo React Module
  4. Click on next and give the package name
  5. Click on createPackage Name Module
  6. Now, React module is successfully created using Liferay module.

Read More : React Developer tools to build quality apps

Creating React Module Using Liferay JS Generator 

  1. Using npm, install the Liferay JS Generator: Liferay JS Generator
  2. Generate a React based portlet bundle project for deploying your app to your Liferay DXP installation.Liferay DXP installation
  3. After that give the answer of some questions and react app is ready to deployLiferay DXP Portalet


We are able to deploy the react module using the npm run deploy 

Understanding About React Module

  1. Below, We are creating the demo-react-module using Liferay react module.Demo React Module
  2. In the package. Json,  We can see all the dependencies and also able to add dependency .dependencies package module
  3. We can see index.es.js file in the lib folder which is the main module used to initialize the portlet. It is also declared in the package. Json file.
  4. We can add all the js files inside the lib folder.
  5. To import the one js file inside another first we have to export that file class using export default className.export default className
  6. As shown below, we can use one js file inside another js file by declaring the tag (name of js file).declaring the js value
  7. We can add all css files inside css folder and index.css is created by liferay , It is default css file.demo react module
  8. We have to convert index.css  into index.scss to import all the css inside this index file so that all the css files will apply automatically.Demo react module portlet
  9. Another way to add css file, By giving the all css file location inside portlet using “com.liferay.portlet.header-portlet-css=/css/index.css”
  10. To view content in the Liferay page, we use view.jsp which is rendered using the doView method . It is by default created by liferay .Default created by liferay
  11. To deploy the module , In your liferay workspace run command ./gradlew.deploy

To Display the react module widget

  1. Create Widget page.
  2. Click on plus icon 
  3. Search for DemoReactModule
  4. Drag it and Drop into Page.
  5. Now You are able see the react module. 

Read More: Custom modules for a particular site in Liferay 7.4 

Conclusion:

In conclusion, the Liferay React module can be a useful tool for developers building applications with Liferay who want to take advantage of React’s benefits. However, the usefulness of the module will depend on the specific needs and goals of the project, as well as the skills and preferences of the development team.

Bringing Software Development Expertise to Every
Corner of the World

United States

India

Germany

United Kingdom

Canada

Singapore

Australia

New Zealand

Dubai

Qatar

Kuwait

Finland

Brazil

Netherlands

Ireland

Japan

Kenya

South Africa