#20daysofreact search results
Those who know about my #20daysofReact series, I have compiled it into an doc. It contains everything from the basics to advanced topics. Here is the link: docs.google.com/document/d/1P6…
Day 49 of #100DaysOfCode Day 3 #20DaysofReact Why don't we call the MERN stack NERM stack? Because MERN bhot hard hai😭😂 #backend #MERN
Day 9 - 10 of #100DaysOfCode 🙌 Project: - Worked on Food Resturant's Web App building in React Js as a practice project ✅ Others: - Did some research on Web Performance optimization and practiced few techniques 🤞 #20DaysOfReact #Coding
DAY 4 of #20DaysOfReact 🚀 Topics Covered : 1. Conditional Rendering 2. Component Lifecycle What is conditional rendering? Conditional rendering refers to the practice of displaying different content or components based on certain conditions or criteria. It allows you to…
I have compiled my React series (#20daysofReact) into an e-book. It contains everything from the basics to advanced topics. If you're interested in accessing it, please comment 'interested' on this post.
LEARN JAVASCRIPT BEFORE REACT!!!! Many people have been sending me DMs after checking #20DaysOfReact, asking if they can start learning React before learning JavaScript. The answer is NO. These js topics are really crucial before starting React: - Variables and Data Types:…
Day 45 of #100daysofcoding Started #20daysofreact today ✨React apps are made out of components. ✨Creating and rendering components. ✨Types of React Components 📍Class Components 📍Function Components ✨React Elements, Components, & Instances #buildinpublic💕
DAY 1 of #20DaysOfReact Topics Covered : -What is React? -Setting up a development environment. -What is a React component? What is React? React is a popular JavaScript library for building user interfaces. It was developed by Jordan Walke, a software engineer at…
Following is an overview(the roadmap I followed) for all those who will want to checkout #20DaysOfReact for any reference. Day 1: -What is React? -Setting up a development environment. -What is a React component? Day 2 : -Creating and rendering components -Props Day 3 :…
Day 7 of #20DaysOfReact I've been a little bit busy in the last few days, but let's go back to the Day 7 challenge: Nested Route.
𝘿𝙖𝙮 2 of #20DaysofReact > Practiced Event Listeners in React > Learned about useState and it's use to make a ever updating variable in React.
Day 19 of #20DaysOfReact 10 Project ideas to strengthen your react concepts: 1. Online Quiz App: - Plan the quiz application's structure and user interface. - Create a React project and set up components for the quiz questions, timer, and score. - Implement state…
Day 8: Interview Questions of #20DaysOfReact My answer is B. I read the explanation but still don't know why. Does setCount trigger a re-render, and the count would update, aren't they? 👇 Check out the image below
I have completed Day 18: Server and Client Side Rendering of the 20 Days React Learning challenge! 🎉 Check out the challenge and learn with me together: depths.so/events/20DaysO… #20DaysOfReact
🎉 I am enrolled in the 20 Days of React Learning challenge! On the next 20 days, I will be reading 3 learning resources each day curated by @maybeshalinii and @TkwPeter and building a mini React project. Join me now at depths.so/events/20DaysO…. #20DaysOfReact . 🚀🚀🚀
𝘿𝙖𝙮 1 of #20DaysofReact > Made a Airbnb Clone, which uses array.map() to return dynamic JSX which change when the data changes. > Also contains a box mentioning SOLD OUT or ONLINE based on the props entered.
DAY 2 of #20DaysOfReact Topics Covered : 1. Creating and rendering components 2. Props What are Components? Components in React can be thought of as building blocks for building user interfaces. They are like reusable pieces of a web page that you can create and customize,…
DAY 3 of #20DaysOfReact Topics Covered : 1. States 2. Prop drilling States in React Imagine you're building a digital thermostat. The "state" in React is like the current temperature displayed on the screen. It's a way for your app to remember and show information that…
𝘿𝙖𝙮 2 of #20DaysofReact > Practiced Event Listeners in React > Learned about useState and it's use to make a ever updating variable in React.
𝘿𝙖𝙮 1 of #20DaysofReact > Made a Airbnb Clone, which uses array.map() to return dynamic JSX which change when the data changes. > Also contains a box mentioning SOLD OUT or ONLINE based on the props entered.
Starting #20DaysofReact > Allotting a time constraint as "work expands to the time allotted to it" > Course : v1.scrimba.com/learn/learnrea…
v1.scrimba.com
React Tutorial: Learn React JS - Free 11-Hour Course
The ultimate React 101 - the perfect starting point for any React beginner. Learn the basics of modern React by solving 140+ interactive coding challenges and building eight fun projects.
Those who know about my #20daysofReact series, I have compiled it into an doc. It contains everything from the basics to advanced topics. Here is the link: docs.google.com/document/d/1P6…
I have compiled my React series (#20daysofReact) into an e-book. It contains everything from the basics to advanced topics. If you're interested in accessing it, please comment 'interested' on this post.
Thread (2/2): #20DaysOfReact Day 4: Forwarding Refs! Who knew refs could be so tricky? Learned how to pass them between components for more control. Next up: building an animated portfolio - stay tuned!
Tic Tac Toe conquered! Built a fully functional app using React & Vite. Play it live here: nagasaipavan1-tictactoe.vercel.app For the code & behind-the-scenes, check out the GitHub repo: github.com/nagasaipavan1/… #ReactJS #ViteJS #20DaysOfReact
github.com
GitHub - pavanvaranasi02/tictactoe: This React application lets you enjoy a classic game of Tic Tac...
This React application lets you enjoy a classic game of Tic Tac Toe against a friend or (future implementation) a challenging AI opponent. Its clean and intuitive interface, strategic game mechanic...
Twitter Post: Day 2 of #20DaysOfReact! Started building Tic Tac Toe but there's more to code than I thought Stay tuned for updates as I tackle this grid-based game! #ReactJS #LearningReact #tictactoe #LearningJourney #jobopportunities
DAY 4 of #20DaysOfReact 🚀 Topics Covered : 1. Conditional Rendering 2. Component Lifecycle What is conditional rendering? Conditional rendering refers to the practice of displaying different content or components based on certain conditions or criteria. It allows you to…
DAY 3 of #20DaysOfReact Topics Covered : 1. States 2. Prop drilling States in React Imagine you're building a digital thermostat. The "state" in React is like the current temperature displayed on the screen. It's a way for your app to remember and show information that…
DAY 2 of #20DaysOfReact Topics Covered : 1. Creating and rendering components 2. Props What are Components? Components in React can be thought of as building blocks for building user interfaces. They are like reusable pieces of a web page that you can create and customize,…
DAY 1 of #20DaysOfReact Topics Covered : -What is React? -Setting up a development environment. -What is a React component? What is React? React is a popular JavaScript library for building user interfaces. It was developed by Jordan Walke, a software engineer at…
Get ready, folks! Starting tomorrow, I'm bringing back the #20daysofReact series with some fantastic new additions. Stay tuned for daily posts dropping at 9pm sharp!
Updates for #20DaysOfReact and #30daysopensource challenges: Live again now at depths.so/events. Some optimisations were made on the data and api side, so now the pages should load much faster. JS bundle size were also insanely large before, so we moved a lot of logics…
Hey Shariful, I'm Hardik. I'm Full Stack Developer. I'm currently in last year of my diploma computer engineering. I'm currently preparing for my DDCET exam. I'm also doing #100daysofai , #20daysofreact challenge and helping others in their PH launch.
🎉 I have completed the 20 Days React Learning Challenge Check out the challenge and learn with me together: depths.so/events/20DaysO… #20DaysOfReact
Yes I have been consistent for my challenges except my #100daysofai challenge. I will complete it soon. And I have to complete my mini project for #20daysofreact. Other goals are completed. What about you Peter?
Day 11: Fetch API of the #20DaysOfReact 5 Ways to Fetch Data from API in Reactjs ◼︎fetch API ◼︎Async Await ◼︎Axios ◼︎Custom Hook ◼︎React Query How to use Fetch? ◼︎Fetching JSON ◼︎Handling fetch errors ◼︎Canceling a fetch request ◼︎Parallel fetch request
Day 10: Redux of the #20DaysOfReact Learning challenge! 🎉 ◼ Use Redux to manage component states. ◼ Install the "Redux DevTools" browser extension for debugging.
DAY 1 of #20DaysOfReact Topics Covered : -What is React? -Setting up a development environment. -What is a React component? What is React? React is a popular JavaScript library for building user interfaces. It was developed by Jordan Walke, a software engineer at Facebook,…
DAY 10 of #20DaysOfReact Topic Covered : - Introduction to Redux What is Redux? Redux is an open-source JavaScript library commonly used in front-end web development for managing the state of an application. It is often used in conjunction with popular JavaScript frameworks…
DAY 7 of #20DaysOfReact Topic Covered : - Nested Routes Nested Routes Think of nested routes as a way to organize the pages or sections of a website or web application. It's like having folders within folders on your computer to keep your files organized. In web development,…
Those who know about my #20daysofReact series, I have compiled it into an doc. It contains everything from the basics to advanced topics. Here is the link: docs.google.com/document/d/1P6…
Day 18 of #20DaysOfReact Topic covered: - Introduction to Server and Client side rendering Server-side rendering (SSR) and client-side rendering (CSR) are two different approaches to rendering web applications, and they have their own advantages and use cases. In the context…
DAY 11 of #20DaysOfReact Topic Covered : -Fetching data from APIs First of all, why do we need to fetch data from apis? Fetching data from APIs is like getting information from a specialized messenger. Think of an API as a messenger that can go to different places and bring…
DAY 9 of #20DaysOfReact Topic Covered : - Context API for State Management Context API is a state management tool in React, a popular JavaScript library for building user interfaces. It provides a way to share data between components without having to pass props down through…
DAY 2 of #20DaysOfReact Topics Covered : 1. Creating and rendering components 2. Props What are Components? Components in React can be thought of as building blocks for building user interfaces. They are like reusable pieces of a web page that you can create and customize, and…
DAY 17 of #20DaysOfReact Topics Covered : - Concurrent React - <suspense> With the introduction of Concurrent Mode in React, developers now have a powerful tool at their disposal to create even more responsive and efficient web applications. What is Concurrent React?…
DAY 6 of #20DaysOfReact Topics Covered : 1. useContext Hook 2. useRef Hook 3. React Router useContext Before we dive into the useContext hook, let's understand the problem it aims to solve. In a typical React application, you may have a component tree with several levels of…
DAY 15 of #20DaysOfReact Topic Covered : - Higher order components What are Higher order components? A higher-order component is a function that takes a component and returns a new component. Or we can say that, A higher-order component (HOC) is like a helper function in…
DAY 14 of #20DaysOfReact Topic Covered : - Debouncing in react What is debouncing? Debouncing is a technique used in React (and other JavaScript applications) to optimize the performance of functions that are triggered frequently, such as event handlers or search input…
DAY 3 of #20DaysOfReact Topics Covered : 1. States 2. Prop drilling States in React Imagine you're building a digital thermostat. The "state" in React is like the current temperature displayed on the screen. It's a way for your app to remember and show information that…
DAY 5 of #20DaysOfReact Topics Covered : Hooks What are Hooks? Hooks in React are like special tools that make it easier for components (the building blocks of React applications) to do things like remembering information, doing tasks at the right time, and sharing data with…
DAY 4 of #20DaysOfReact Topics Covered : 1. Conditional Rendering 2. Component Lifecycle What is conditional rendering? Conditional rendering refers to the practice of displaying different content or components based on certain conditions or criteria. It allows you to…
I have completed Day 2: Components and Props of the 20 Days React Learning challenge! 🎉 Check out the challenge and learn with me together: depths.so/events/20DaysO… #20DaysOfReact
days 34: #100DaysOfCode -completed day-4 of the challenge #20DaysOfReact -Working on my college minor-project ...✨
Something went wrong.
Something went wrong.
United States Trends
- 1. #GRAMMYs 42.4K posts
- 2. #FanCashDropPromotion 2,551 posts
- 3. ADDISON RAE 6,168 posts
- 4. Dizzy 7,350 posts
- 5. #FridayVibes 5,529 posts
- 6. Good Friday 62.8K posts
- 7. olivia dean 3,257 posts
- 8. #FursuitFriday 9,982 posts
- 9. #PETITCOUSSIN 23.1K posts
- 10. Happy Friyay 1,651 posts
- 11. Munetaka Murakami 2,133 posts
- 12. chappell 4,435 posts
- 13. Kehlani 21.6K posts
- 14. Clipse 1,684 posts
- 15. Publix 2,109 posts
- 16. Elise Stefanik 10.7K posts
- 17. Best New Artist 6,200 posts
- 18. Happy N7 2,837 posts
- 19. Laporta 9,276 posts
- 20. Katseye 50.9K posts