react-slack-feedback is a npm package which integrates React projects and slack channels.
In traditional contact forms, we send email to the specified email address when we click submit button.
The purpose of react-slack-feedback is to post such content to the slack channel.
Slack provides WEBHOOK_URL, which can accept post requests from frontend and post the content to slack.
react-slack-feedback uses that functionality provided by slack.