New Sep 18, 2024

How to make a wordcloud on React nodejs using data from a DB?

Libraries, Frameworks, etc. All from Newest questions tagged reactjs - Stack Overflow View How to make a wordcloud on React nodejs using data from a DB? on stackoverflow.com

I'm trying to make a wordcloud from data that i extracted from a database on SQL, this table have a column named text_data and i'm trying to make the wordcloud using the info on that column but i'm gettin an error about type being nullerror type of data extracted

DB This is the database where i get the text_data column, i just want to make a wordCloud from that column but i cant do it, it's my first time using react :c

Scroll to top