haneen
TTCTheo's Typesafe Cult
•Created by Lumberjack on 9/8/2023 in #questions
socket.io
I meant that it can be used with ExpressJS. I'll update it
5 replies
TTCTheo's Typesafe Cult
•Created by Lumberjack on 9/8/2023 in #questions
socket.io
Some popular alternatives to Socket.io that you could consider include SignalR, SocketCluster, PubNub, Pusher, Firebase, Croquet, and ws. SignalR is a popular choice for real-time communication, and it's often used as an alternative to Socket.io.
5 replies
TTCTheo's Typesafe Cult
•Created by chaeriz on 9/8/2023 in #questions
Question about learning react
@OwenWexler something good to start with but after that you can build a project that solves a real problem in your life and an web site you would use 👍
5 replies
TTCTheo's Typesafe Cult
•Created by prat1kgupta on 4/9/2023 in #questions
To build global loader to view file upload status
8 replies
TTCTheo's Typesafe Cult
•Created by prat1kgupta on 4/9/2023 in #questions
To build global loader to view file upload status
If you're using axios, you can just configure an onUploadProgress event in the config for axios
8 replies
TTCTheo's Typesafe Cult
•Created by prat1kgupta on 4/9/2023 in #questions
To build global loader to view file upload status
Which framework are you using?
8 replies
TTCTheo's Typesafe Cult
•Created by prat1kgupta on 4/9/2023 in #questions
To build global loader to view file upload status
Ok, If you need to display it as an overlay. Set the z-index of the element to be the highest on the page. And also render the component on the page statically.
8 replies
TTCTheo's Typesafe Cult
•Created by prat1kgupta on 4/9/2023 in #questions
To build global loader to view file upload status
Something like a progress bar for showing how much of the total data is uploaded to the server?
8 replies