All posts
Culture
3 Min Read

How TikTok Is Reshaping Latino Identity: For Better or Worse

Rooted in LA. Repping for Our People.

Published on
May 14, 2025

TikTok Made Me Laugh, But Then It Hit Me

There’s this TikTok that stuck with me. A young Latino dude says he’s tired of being boxed into the usual jobs we get stereotyped with: construction, dishwashing, landscaping. He says he’s chasing something different, something cool and modern. He’s becoming a streamer.

But then the punchline hits: the video cuts to him… mowing lawns in a video game.

I couldn’t stop laughing. But also? I felt that.

Because if you grew up in a first-generation Latino household like I did, you know exactly what your parents would say.

“No crucé la frontera para que tú vengas a hacer esa porquería de trabajo.”

Translation: "I didn’t cross the border for you to come and do that crappy job."

They’ll remind you of every long day they spent working jobs with no shade, no breaks, no recognition; just to put food on the table and clothes on your back. And now you’re talking about being a content creator? To them, that’s not just disappointing, it’s disrespectful.

Between Dreams and Disappointment

That video hit because it wasn’t about disrespect, it was about dreaming. It was about trying to chase a passion while knowing your family might never understand it.

It’s not like we’re trying to defy our parents. We’re just trying to build something that feels right to us. And yeah, sometimes that thing looks weird to them, like filming yourself for TikTok or playing video games on Twitch. But it’s not a joke. It’s a hustle.

The crazy thing is, I think our parents are starting to get it. Not fully, but more than before. A lot of them are using smartphones now. They’re scrolling through Facebook, watching YouTube on smart TVs, even buying stuff online. They’re starting to live in the same world we do. And when they see how social media works, how it moves people, makes money, and builds community; they can’t deny it anymore.

The Good, the Cringe, and the Crossover

TikTok is playing a real role in reshaping Latino identity and it’s messy in the best and worst ways.

Some of the content is amazing. Young Latinos sharing their traditions, cooking, slang, music, and family stories. You see pride, authenticity, and storytelling that would’ve never made it to TV.

But there’s also cringe content. Some people exaggerate accents or act extra “Latino” just to go viral. It’s like culture becomes a costume or a punchline. Even worse, people outside our community start copying that version. I’ve seen folks wear Mexican cowboy boots and ponchos like it’s some aesthetic, without any real connection to what those things mean.

That’s not love. That’s cosplay.

Real Progress, Real Healing

But there’s real power in what’s happening too.

Take therapy. It used to be taboo. Latino households would rather sweep emotions under the rug than sit down and talk about trauma. But now? TikTok has normalized healing. Young creators are sharing their mental health journeys, talking about anxiety, depression, family baggage, and it’s making space for all of us to unpack our stuff.

Another huge shift: entrepreneurship. TikTok is showing us we don’t need permission to start a business or chase a dream. You’ll see Latinas building skincare brands, first-gen teens flipping thrifted clothes, small businesses shipping nationwide, all through social media. It’s proof that we don’t have to wait for someone to hand us an opportunity. We can build our own lane.

So, Where Do We Go From Here?

TikTok is messy, funny, fake, and beautiful; all at the same time. But the biggest win? It’s letting us tell our own stories.

We’re not just the background characters in someone else’s narrative anymore. We’re the directors. The creators. The ones holding the camera and the mic.

Yeah, some people will still try to box us in. But now, we’ve got the tools to break out and bring others with us.

Just maybe not as virtual landscapers.

Weekly newsletter
No spam. Just the latest on Los Angeles, Hip-hop, and exclusive interviews in your inbox every week.
Read about our privacy policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Share this post
Latest POSTS
document.addEventListener('DOMContentLoaded', function () { const copyLinkBtn = document.getElementById('copyLinkBtn'); const facebookShareBtn = document.getElementById('facebookShareBtn'); const xShareBtn = document.getElementById('xShareBtn'); const linkedinShareBtn = document.getElementById('linkedinShareBtn'); // Added LinkedIn button const pageUrl = window.location.href; // Copy Link Functionality copyLinkBtn.addEventListener('click', function () { navigator.clipboard.writeText(pageUrl).then(() => { alert('Link copied to clipboard!'); }).catch(err => { alert('Failed to copy the link.'); }); }); // Facebook Share Functionality facebookShareBtn.addEventListener('click', function () { const facebookShareUrl = `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(pageUrl)}`; window.open(facebookShareUrl, '_blank', 'width=600,height=400'); }); // X (formerly Twitter) Share Functionality xShareBtn.addEventListener('click', function () { const text = encodeURIComponent("Check out this blog post!"); const xShareUrl = `https://x.com/intent/tweet?url=${encodeURIComponent(pageUrl)}&text=${text}`; window.open(xShareUrl, '_blank', 'width=600,height=400'); }); // LinkedIn Share Functionality (newly added) linkedinShareBtn.addEventListener('click', function () { const linkedInShareUrl = `https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(pageUrl)}`; window.open(linkedInShareUrl, '_blank', 'width=600,height=400'); }); });