Skip to content

💬 React component that add a comment section that is not linked to any backend or database. The user will be the only one to see their comments. As it should be.

License

Notifications You must be signed in to change notification settings

ctrlaltdev/react-comments-void

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm GitHub release licence JavaScript

This is a react component to add a comment section with a slight particularity: there is no back-end. no database. You can only see your own comments.

"L'enfer, c'est les autres" - Sartre

("Hell is other people")

This react component is a statement and wasn't really created to solve an existing problem, though I'd love to it used on websites.

Usage

First add the component to your dependencies:
npm i -S react-comments-void or yarn add react-comments-void

Then use the component in your code:

...

import HellIsOtherPeople from 'react-comments-void'

...

ReactDOM.render(
  <HellIsOtherPeople />,
  document.getElementById('root')
)

...

About

💬 React component that add a comment section that is not linked to any backend or database. The user will be the only one to see their comments. As it should be.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published