A React custom renderer for the Telegram Bot API.
This renderer should currently be considered as experimental, is subject to change and will only work with the React's latest version (15.0.x
).
You can install react-telegram
through npm:
# Be sure to install react>=15.0.0 before
npm install react@latest
npm install react-telegram
See examples
Contributions are obviously welcome.
Be sure to add unit tests if relevant and pass them all before submitting your pull request.
# Installing the dev environment
git clone git@github.com:goodmind/react-telegram.git
cd react-telegram
npm install
# Running the tests
npm test
MIT (c) goodmind