#react video
Explore tagged Tumblr posts
gia-batmm-crickle22 · 21 days ago
Text
youtube
Alright, let this series commence! :D Please heed the warnings before the reaction video!
8 notes · View notes
upeksha-herath · 9 months ago
Text
youtube
2 notes · View notes
thekillogiceffect-blog · 6 months ago
Video
youtube
DIMASH - The Show Must Go On REACTION | Metal Head DJ
Today we check out another one from the brilliant Dimash Qudaibergen performing the Queen hit "The Show Must Go On". This is incredible song and a great way to show the talent and skills of the amazing Dimash! The subtle start leading into Earth shattering heights that rivals the original performance by Freddy Mercury is pretty extraordinary! Freddy Mercury would be impressed with Dimash without a doubt! It would have been incredible to see them perform together! Have you ever heard of Dimash Qudaibergen and his music and singing? Let me know what you think! #music #reaction #review Dimash Qudaibergen - The Show Must Go On https://youtu.be/9vICn5RQAI8 Twitter: twitter.com/dimash_official Spotify: open.spotify.com/artist/5AWgF8Ghqm94WZ4GxCt8K5 Instagram: instagram.com/kudaibergenov.dimash/?hl=ru Facebook: facebook.com/dimash.official.dq Vkontakte: vk.com/dimash_quadaibergen_official Weibo: weibo.com/dimash TikTok: vm.tiktok.com/ZSJ69EeJx My Social Media: https://twitter.com/KillogicFilth https://www.facebook.com/thekillogice... https://www.twitch.tv/thekillogiceffect https://www.reddit.com/user/TheKillog... https://www.tumblr.com/thekillogiceff... Join this channel to get access to perks: https://www.youtube.com/channel/UC7KATFYYjZG1Zr8eowKdaMQ/join
0 notes
juanzaii · 8 months ago
Text
New video out reacting to Opeth
Their new single is super complex, check out my thoughts on it 🐋
youtube
1 note · View note
mulemasters · 11 months ago
Text
bootstrap navbar react router
Creating a Bootstrap Navbar with React Router: A Step-by-Step Guide
Navigating through a React application seamlessly is essential for a smooth user experience. Integrating React Router with a Bootstrap navbar is an excellent way to create a functional and aesthetically pleasing navigation system. Here’s how to do it.
Step 1: Set Up Your React Project
First, make sure you have a React project set up. You can create one using Create React App if you don't have a project already.npx create-react-app react-bootstrap-navbar cd react-bootstrap-navbar npm install react-router-dom bootstrap
Step 2: Install Necessary Packages
To use Bootstrap with React, you need to install Bootstrap and React Router DOM.npm install react-bootstrap bootstrap react-router-dom
Step 3: Add Bootstrap CSS
Include Bootstrap CSS in your project by adding the following line to your src/index.js file:import 'bootstrap/dist/css/bootstrap.min.css';
Step 4: Set Up React Router
Configure React Router in your application. Create a src/components directory and add your page components there. For this example, let’s create three simple components: Home, About, and Contact.
src/components/Home.jsimport React from 'react'; function Home() { return <h2>Home Page</h2>; } export default Home;
src/components/About.jsimport React from 'react'; function About() { return <h2>About Page</h2>; } export default About;
src/components/Contact.jsimport React from 'react'; function Contact() { return <h2>Contact Page</h2>; } export default Contact;
Step 5: Create the Navbar Component
Now, create a Navbar component that will use Bootstrap styles and React Router links.
src/components/Navbar.jsimport React from 'react'; import { Navbar, Nav, Container } from 'react-bootstrap'; import { LinkContainer } from 'react-router-bootstrap'; function AppNavbar() { return ( <Navbar bg="dark" variant="dark" expand="lg"> <Container> <Navbar.Brand href="/">MyApp</Navbar.Brand> <Navbar.Toggle aria-controls="basic-navbar-nav" /> <Navbar.Collapse id="basic-navbar-nav"> <Nav className="me-auto"> <LinkContainer to="/"> <Nav.Link>Home</Nav.Link> </LinkContainer> <LinkContainer to="/about"> <Nav.Link>About</Nav.Link> </LinkContainer> <LinkContainer to="/contact"> <Nav.Link>Contact</Nav.Link> </LinkContainer> </Nav> </Navbar.Collapse> </Container> </Navbar> ); } export default AppNavbar;
Step 6: Set Up Routing
Configure routing in your main App.js file to render the appropriate components based on the URL.
src/App.jsimport React from 'react'; import { BrowserRouter as Router, Route, Routes } from 'react-router-dom'; import AppNavbar from './components/Navbar'; import Home from './components/Home'; import About from './components/About'; import Contact from './components/Contact'; function App() { return ( <Router> <AppNavbar /> <Routes> <Route path="/" element={<Home />} /> <Route path="/about" element={<About />} /> <Route path="/contact" element={<Contact />} /> </Routes> </Router> ); } export default App;
Step 7: Run Your Application
Start your development server to see your Bootstrap navbar with React Router in action.npm start
Open your browser and navigate to http://localhost:3000. You should see your navigation bar at the top of the page, allowing you to switch between the Home, About, and Contact pages seamlessly.
Conclusion
By following these steps, you’ve created a responsive and dynamic navigation bar using Bootstrap and React Router. This setup not only enhances the user experience with smooth navigation but also leverages the power of React components and Bootstrap's styling. Happy coding!
1 note · View note
do-androids-dream-ao3acc · 1 year ago
Text
These villagers reacting to Return of the Jedi means everything to me.
Tumblr media Tumblr media Tumblr media
(https://www.youtube.com/watch?v=zg2sk5Dnd5I)
0 notes
dallasyt · 1 year ago
Text
Get ready to dive into the wild world of Facebook drama as we explore the craziest and most hilarious posts sourced from Reddit. From jaw-dropping scandals to laugh-out-loud petty arguments, this video is packed with entertainment that will keep you laughing the whole way through.
In this episode, we react to a variety of Facebook drama posts that will leave you in stitches. Whether it's a facebook marketplace arguments or a family saga that belongs on a soap opera, we've got it covered. Sit back, relax, and get ready to enjoy some quality entertainment with us.
Make sure to subscribe to our channel and turn on notifications so you don't miss out on Part 2, where we'll delve even deeper into the world of Facebook drama. 🤣👀
youtube
0 notes
innieirving · 6 months ago
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
rook: *obvious flirting* emmrich: 😲😲😲🤯🤯🤯😳😳😳??????????
bonus:
Tumblr media Tumblr media
4K notes · View notes
gia-batmm-crickle22 · 2 months ago
Text
youtube
Sorry, if this is too fast! I didn't wanna dwell too much on the angst for Aventurine ^^;
Also, this also doubles as my celebratory video for being a HoyoCreator! :D
9 notes · View notes
sentientstump · 2 months ago
Text
Tumblr media
??????????????
Tumblr media
gif by @siracethegreat i beliebe!
3K notes · View notes
locamotivednp · 2 months ago
Text
Tumblr media Tumblr media Tumblr media
Phil shouting out the animals in chat
2K notes · View notes
thekillogiceffect-blog · 1 year ago
Video
youtube
OLIVER ANTHONY - 90 Some Chevy REACTION | Metal Head DJ Reacts
Today we check out another one from an artist that goes by the name Oliver Anthony with the song "90 Some Chevy". Oliver Anthony has a sound that is very reminiscent of older country music that speaks to the heart and soul of the average person! Have you heard of Oliver Anthony and his music? Let me know what you think! #music #reaction #review Oliver Anthony - 90 Some Chevy https://youtu.be/KKYEbPFvxyg Website oliveranthonymusic.com X (Twitter) twitter.com/AintGottaDollar Facebook facebook.com/OliverAnthonyMusicOfficial Instagram instagram.com/oliver_anthony_music_ TikTok tiktok.com/@oliveranthonymusic Spotify open.spotify.com/artist/6IkfE2JyVoKwBZXvuytKX3?si=fQKcWFtwS8u-NiwV6GmvFw Apple Music music.apple.com/us/artist/oliver-anthony-music/1647208091 Amazon Music amazon.com/music/player/artists/B0BGMDM7S4/oliver-anthony-music?marketplaceId=ATVPDKIKX0DER&musicTerritory=US&ref=dm_sh_G957S5fpH9pLOupC9A8TvPOZU Bandcamp oliveranthony.bandcamp.com Pandora pandora.com/artist/oliver-anthony-music/ARhXqlKvzp5grn4 My Social Media: patreon.com/thekillogiceffect https://www.twitch.tv/thekillogiceffect https://www.reddit.com/user/TheKillog... https://www.tumblr.com/thekillogiceff.. thekillogiceffect.weebly.com https://www.facebook.com/thekillogice... twitter.com/KillogicFilth vk.com/thekillogicefect
1 note · View note
tibli · 3 months ago
Text
i have been trying to figure out why the whole 'fae god' and katniss everdeen things with kendrick lamar on here were bothering me, and i think i finally put it into words.
most posts like that are probably coming from well-meaning white people (i am also partially a White People, to be clear), who otherwise dont really listen to rap. they cannot find a way to 'relate' to this black man who sings largely about issues that affect the black community– and rather than try and meet him where he is, they have to fit him into these little tumblr cultural boxes before he can be 'palatable' to them.
they have to shave off the rougher/more abrasive aspects of his work and activism because it makes them uncomfortable, that way they can pigeonhole him into something that allows them to enjoy his work without the critical analysis that MUST come with it
he is not your fae god, he is not a YA protagonist, he is not a little gremlin or a cinnamon roll or a blorbo. He is a human being with opinions and beliefs that deeply permeate his work, and to ignore that truth is to ignore the entire point. PLEASE try to engage with artists' work outside of the lens of tumblr fandom, and i mean that as nicely as possible. you are doing YOURSELF a disservice
1K notes · View notes
rye-bread-soda-iceberg · 9 months ago
Text
Tumblr media
man just take them
1K notes · View notes
protosstar · 4 months ago
Text
i love when x-files does the "people recounting mulder being an absolute weirdo" bit
562 notes · View notes
hyunjining · 4 months ago
Text
my bro hyunjin entered the 4th dimension for a second… he might have stayed there with that contented smile on his face forever if felix hadn’t broken his trance (x)
462 notes · View notes