I want to create a basic dumb bot using botkit.ai and release this with in a month. Now i am confused in using front end technology, Should i use JQuery (or) React Js to complete this project with in 1 month. Please suggest.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
What do you want the user to do? What's the interface?
I wouldn't start with any library/framework. I wouldn't even set up webpack.
Use plain modern JS and leverage ES6-modules, which are supported on current browsers.
If you don't know either yet, I would suggest React.
React might be overkill for a very simple chat interface, but jQuery is steadily going out of fashion, and learning the basics of React is definitely going to pay off in the long term.
I wouldn't use React if you didn't use it yet. Although I agree with the previous comment, Reactjs is definitely very useful to learn and jQuery is going out of fashion, I would suggest you to use what you are already good at. Even more so considering the very small time frame.