Popularity
0.8
Stable
Activity
5.9
-
7
2
3

Monthly Downloads: 0
Programming language: TypeScript
License: MIT License
Tags: UI Components     Miscellaneous    

fastcomments-react alternatives and similar libraries

Based on the "Miscellaneous" category.
Alternatively, view fastcomments-react alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of fastcomments-react or a related project?

Add another 'Miscellaneous' Library

README

fastcomments-react

A React library for FastComments, a fast and developer friendly comment system.

NPM JavaScript Style Guide

Installation

NPM

npm install --save fastcomments-react

Yarn

yarn add fastcomments-react

Usage

The Main Widget Component

The FastCommentsCommentWidget component contains the live FastComments comment widget.

Replace "demo" below with your "tenantId" - available here in the FastComments admin area.

The widget supports a lot of options - see FastCommentsConfig in src/index.tsx.

import React, { Component } from 'react'

import FastCommentsCommentWidget from 'fastcomments-react'

class Example extends Component {
  render() {
    return <FastCommentsCommentWidget tenantId="demo" />
  }
}

Contributing

Please checkout our [contribution guidelines](CONTRIBUTING.md) before starting on a change. Remember to communicate first!

License

MIT ยฉ winrid


*Note that all licence references and agreements mentioned in the fastcomments-react README section above are relevant to that project's source code only.