yanliu1111 / react-mentions-input-nested-comments

@πŸ“Œ react-mentions-input-nested-comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Mentions@ Input Nested Comments

Purpose of this template: I start researching how to build nested comments with mentions feature.

To run the template

  1. Clone the repository
git clone https://github.com/yanliu1111/react-mentions-input-nested-comments.git
  1. Install the dependencies
npm install
  1. Run the template
npm start

ps: When I create react app, before running npm run start, I changed the script in package.json

"scripts": {
    "start": "react-scripts --openssl-legacy-provider start",
    "build": "react-scripts --openssl-legacy-provider build",
    ...
}
  1. Using React Mentions library, I built a mention feature template, check πŸ‘‰ HERE.

Demo

demo2.mp4

About

@πŸ“Œ react-mentions-input-nested-comments


Languages

Language:JavaScript 80.0%Language:HTML 11.4%Language:CSS 8.6%