James Monek

Results 3 comments of James Monek

Had anyone found an easy way to handle this? Ideally, I would like to see the standard chatbot loader with dots appear until the backend responds. Right now, the client...

> In our case, the solution was to move the slow api request out of the `MessageParser` into the `ActionProvider` and create (`createChatBotMessage('')` and append the new empty before the...

> Very simple solution to this problem. The idea is that you setState with createChatBotMessage() before API fetch. When the fetch is complete you just remove the last state message...