FastComments.com

Add Comments to Your React App

This is the official React Library for FastComments.

Embed live commenting, chat, and review widgets in your React app.

Repository

View on GitHub

Installation Internal Link

NPM

npm install --save fastcomments-react

Yarn

yarn add fastcomments-react

Live Showcase Internal Link

To see every widget and flow running locally against the public demo tenant, clone the repo and run:

cd examples/example-showcase
npm install
npm start

Each widget/flow has its own view under examples/example-showcase/src/views/ that you can copy straight into your own React app.

Examples Internal Link

Individual use cases (dark mode, pagination, etc.) live in their own folders under examples/. Each can be set up with npm install and started with npm start.

Maintenance Status Internal Link

These components are wrappers around our core VanillaJS components. We can automatically update these components (fix bugs, add features) without publishing this library, so while it may not be published for a while that does not mean FastComments is not under active development! Feel free to check our blog for updates. Breaking API changes or features will never be shipped to the underlying core library without a version bump in this library.

Need Help?

If you encounter any issues or have questions about the React Library, please:

Contributing

Contributions are welcome! Please visit the GitHub repository for contribution guidelines.