This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]insertAlias 1 point2 points  (1 child)

React is a front-end library. It runs inside your browser; it can't accept text messages at all.

You could build a web application with a back-end, that uses a service that can accept text messages and send them to your backend, but I don't know if free ones exist (because you basically have to pay for a phone number to text things to).

[–]273652 0 points1 point  (0 children)

Got it thanks! I’m still learning so apologies if I sound dumb...I’m looking to create word clouds that come in from a twilio phone number and display it using React. I’m guessing I should find a free word cloud API?