LucasBassetti / react-simple-chatbot

:speech_balloon: Easy way to create conversation chats
https://lucasbassetti.com.br/react-simple-chatbot/
MIT License
1.74k stars 602 forks source link

Functional custom component #369

Open tatianafrank opened 1 year ago

tatianafrank commented 1 year ago

I need to make a custom component that is a function instead of a class because Im using context/reducer hooks in react to manage the state across the bot and I'm wondering if the custom component can be a function and how I can access the previous steps prop, etc