React.js in Liferay DXP

These modules integrate React.js into Liferay portal by building a Todo App.

todo-api & todo-service

These modules are for an API for a Todo application

API endpoints are:

  • get-todos
  • add-todo
  • set-done
  • delete-todo

todo-app-webpack

This module is a Todo Application built using webpack and bundling our javascript for a single entry point.