Drupal is a registered trademark of Dries Buytaert
Commerce Shipping 3.0.3 Minor update available for module commerce_shipping (3.0.3). AI (Artificial Intelligence) 1.3.10 Minor update available for module ai (1.3.10). AI (Artificial Intelligence) 1.4.5 Minor update available for module ai (1.4.5). Entity Usage 5.0.0-beta3 New beta version released for module entity_usage (5.0.0-beta3). Entity Reference Display 2.0.6 Minor update available for module entity_reference_display (2.0.6). Media Folders 1.0.8 Minor update available for module media_folders (1.0.8). Datalist 1.0.10 Minor update available for module datalist (1.0.10). SmartDuo Breadcrumb 2.1.0 Minor update available for module sd_breadcrumb (2.1.0). Search API Autocomplete 8.x-1.12 Module search_api_autocomplete updated after 8 months of inactivity (8.x-1.12). Purge Module purge crossed 1,000 active installs.

What is the React Comments module?

React Comments acts as a drop in replacement for the Drupal core comment module front end. Upon installation comment fields will be replaced by an interactive React app that allows user actions (commenting/replying/editing etc) without requiring a full page refresh or navigation away from the current page. Other benefits include the ability to administer comments directly from the front end (users with the 'administer comments' permission will see all unpublished comments and be able to perform administrative tasks -- publish/unpublish/delete -- directly via the front end), a clean (and familiar) UI, and other minor UX improvements such as reverse chronological sorting, explicit "reply to", and built in flagging.

How to use React Comments module?

Get the code like any other module.
composer require drupal/react_comments:^2.0@beta

Caveats

  • React Comments currently only supports use of comment fields on nodes
  • Fieldable comments and multiple comment types are not currently supported
  • In ordered to preserve comment threading we chose not to actually delete "deleted" comments from the database, instead they are marked with the "deleted" status in a custom DB table. These comments can still be deleted via the Drupal comments admin UI, but keep in mind this will also delete all replies to said comment. Lastly, should you choose to uninstall this module, all "deleted" comments will be unpublished.

Activity

Total releases
1
First release
Jul 2026
Latest release
1 hour ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

Version Type Release date
2.0.1-beta5 Pre-release Jul 22, 2026