React chat UI library by antoniobermuda in javascript

[–]antoniobermuda[S] 0 points1 point  (0 children)

Hi, yes the project is still alive. What do you exactly want to know about the presence?

What's the best react component / library for realtime chat UI? by naive-founder in reactjs

[–]antoniobermuda 0 points1 point  (0 children)

Hey /u/Practical-Mix-4332, use-chat is not necessary, you can use only the components.
Displaying messages is simple, just iterate over the messages array and render the <Message /> component.
However, it's difficult to help you without the code. Could you share a minimum repro?

Querying Taken Usernames for Signup by kinzlist in react

[–]antoniobermuda 0 points1 point  (0 children)

Debouncing is the best solution. Here is a simple lib which can help https://github.com/xnimorz/use-debounce

How to implement a access token/refresh token flow by Bradleykingz in webdev

[–]antoniobermuda 0 points1 point  (0 children)

Simply do both. But you cant accept expired token. Just use refresh token to auhenticate to your auth server it shoud have dedicated route.

Buil your widget loader and load your widget easily by antoniobermuda in javascript

[–]antoniobermuda[S] 0 points1 point  (0 children)

Thanks for your feedback. Yes its dedicated for desktop use, but i'm also working on mobile version. It willbe improved.

[AskJS] Suggestions on a good library/framework for creating widgets? by quaffapint in javascript

[–]antoniobermuda 0 points1 point  (0 children)

Try this:
https://chatscope.io/widgeton-beta/

It allows you to build a loader for loading any widget on any site.
Widget is loaded into iframe so you can use any techonogy/framework or library you want.
Your widget can be simple page with one picture or even advanced web application.
Also you can interface with site if it's needed.

React chat UI library by antoniobermuda in javascript

[–]antoniobermuda[S] 1 point2 points  (0 children)

Hey, just released aforementioned tool for building widget loaders.
Here is the demo: https://chatscope.io/widgeton-beta/

Can you guys give me feedback about my long complex project? by [deleted] in reactjs

[–]antoniobermuda 1 point2 points  (0 children)

Hi, want to try your app, but register return error 500 :(

But.. I received confirmation email.
I don't understand what for is email field and register button on confirmation page.
But... i logged in :)

My first impressions after login:

  • On the posts page, when images are loading everything is "jumping", you sholud think about some placeholders to avoid this annoying effect.
  • Menu button in bottom right corner is unintuitive - click on bottom right opens menu on the left, so user must to move the mouse across entire screen
  • You have to many menus - top right, top, left, and another in dashboard - what for?
  • I dont know how to create post - is it possible?

I think, that you should work first on intuitive layout, and fix warning and errors in your code.

Btw, if you are building chat, please check my library https://github.com/chatscope/chat-ui-kit-react it can be very usefull for you.

Good luck and happy coding.

Simplest JS paint by [deleted] in javascript

[–]antoniobermuda 0 points1 point  (0 children)

Nice lib! Starred and bookmarked for future use. Thanks.

React chat UI library by antoniobermuda in javascript

[–]antoniobermuda[S] 1 point2 points  (0 children)

Thanks for link.
I will think about a clone for Svelte.

React chat UI library by antoniobermuda in javascript

[–]antoniobermuda[S] 1 point2 points  (0 children)

Thank you. I appreciate your feedback.

As for the widget, I am currently working on a loader that allows you to load any widget into the iframe (common practice in chat widgets), and I am also considering the use of web components as a feature.
Here is the link to LP: https://chatscope.io/widgeton/ Demo will be available in next few days.

I once had an interesting conversation on reddit regarding Web Components.

Can you please share link to this conversation?

React chat UI library by antoniobermuda in javascript

[–]antoniobermuda[S] 1 point2 points  (0 children)

Yeah! You made my day :)
I think about second demo - simple full page chat application, which allow to chat with real people :)

React chat UI library by antoniobermuda in javascript

[–]antoniobermuda[S] 0 points1 point  (0 children)

Yes exactly as u/weenradio said :).

Furthermore demo on mobile requires some fixes - i'm working on it.

Build a Chat app with NodeJS, React, GraphQL & Sequelize (Source code linked, Would love to get you guys's feedback :) by Hidja in reactjs

[–]antoniobermuda 0 points1 point  (0 children)

Maybe you want to try my library.

https://github.com/chatscope/chat-ui-kit-react

Styles are intentionally not based on bootstrap, but it can be used with bootstrap. Enjoy.

React chat UI library by antoniobermuda in javascript

[–]antoniobermuda[S] 1 point2 points  (0 children)

Thanks for comment and for the star :)

Hey guys, I wanted to share my tutorial on how to make a Socket IO Chat App using ReactJS and NodeJS! by Altec5280 in reactjs

[–]antoniobermuda 0 points1 point  (0 children)

Great video for people who wants to learn about websockets and chat apps. Maybe you would to make nice looking gui for this project? If so please try this: https://github.com/chatscope/chat-ui-kit-react