Player FM - Internet Radio Done Right
Checked 2d ago
تمت الإضافة منذ قبل two أعوام
المحتوى المقدم من Ryan Solomon. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Ryan Solomon أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
Player FM - تطبيق بودكاست
انتقل إلى وضع عدم الاتصال باستخدام تطبيق Player FM !
انتقل إلى وضع عدم الاتصال باستخدام تطبيق Player FM !
المدونة الصوتية تستحق الاستماع
برعاية
S
Species Unite


I think you could probably go back and track the stages of grief, probably that is what I went through. But I think if you do it right, you end up at acceptance. And that's where I ended up. And that's not to say that I've fully accepted the idea that the golden toad is extinct. Personally, I do still hold out hope that it could still be out there in those forests." - Trevor Ritland This conversation is with Trevor Ritland, who—along with his twin brother Kyle—authored The Golden Toad . The book chronicles their remarkable journey into Costa Rica’s cloud forest, once home to hundreds of brilliant golden toads that would emerge for just a few weeks each year—until, one day, they vanished without a trace. What began as a search for a lost species soon became something much more profound: a confrontation with ecological grief, a meditation on hope, and a powerful call to protect the natural world while we still can. Links: SpeciesUnite.com Kyle and Trevor: https://kyleandtrevor.com/ Instagram: https://www.instagram.com/adventureterm/ Goodreads - https://www.goodreads.com/book/show/222249677-the-golden-toad Amazon - https://www.amazon.com/Golden-Toad-Ecological-Mystery-Species/dp/163576996…
Learn Modern React.js In 20 Minutes
Manage episode 483675895 series 3493400
المحتوى المقدم من Ryan Solomon. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Ryan Solomon أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
In todays video, I cover the core concepts of React.js in about 20 minutes. Of course, this isn't everything you need to know. But it is a good starting place and review for some.
297 حلقات
Manage episode 483675895 series 3493400
المحتوى المقدم من Ryan Solomon. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Ryan Solomon أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
In todays video, I cover the core concepts of React.js in about 20 minutes. Of course, this isn't everything you need to know. But it is a good starting place and review for some.
297 حلقات
كل الحلقات
×C
Code Ryan

1 Finally Understand props.children In React.js 5:21
5:21
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:21
Finally Understand props.children In React.js
C
Code Ryan

1 Software Engineering in 2035: Will We Still Matter? 9:57
9:57
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:57
C
Code Ryan

1 Next.js: Optimize & Use Google + Local Custom Fonts 9:19
9:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:19
C
Code Ryan

1 3 JavaScript Features You Need To Know For React 13:38
13:38
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:38
3 JavaScript Features You Need To Know For React
C
Code Ryan

1 Pro Next.js Developers Understand This | Fetch Revalidation 9:04
9:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:04
Learn how revalidation works in your fetch requests in Next.js
C
Code Ryan

1 Prevent Unnecessary Re-Renders with React’s useCallback Hook 6:52
6:52
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:52
C
Code Ryan

C
Code Ryan

1 Supercharge React Performance with useMemo 7:01
7:01
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:01
C
Code Ryan

Learn how to handle uncaught errors in your Next.js apps!
C
Code Ryan

Today, I cover an anti-pattern with using the useEffect hook in React.js
C
Code Ryan

1 5 JavaScript Tricks You Wish You Knew Sooner 10:24
10:24
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:24
C
Code Ryan

1 This One Line Makes Your Next.js App Feel Instant ⚡ 10:06
10:06
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:06
Docs: https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating#2-prefetching
C
Code Ryan

1 Controlled vs Uncontrolled Components in React | Explained Clearly 9:06
9:06
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:06
Struggling to understand the difference between controlled and uncontrolled components in React? In this video, I'll walk you through simple examples of both, explain when you should use each, and show you the real-world pros and cons. 📚 What you'll learn: What a controlled component is What an uncontrolled component is How to implement both types of inputs Which approach is better for different situations Whether you're building simple forms or complex user interfaces, mastering this concept will make your React apps cleaner and easier to maintain. #react #webdevelopment #reactjs…
C
Code Ryan

TLDR; don't mutate state directly. Always use setState when updating a piece of state. Also, pass a function when updating state based on previous state.
C
Code Ryan

Today I explain a key point regarding server and client components in Next.js and passing props. Also, I explain what you should know regarding client boundaries in Next.js
C
Code Ryan

1 An AI Tool That's Actually Worth It For Developers 7:32
7:32
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:32
Docs: https://www.korbit.ai/ I'm not affiliated with this tool in any way. We've just found it useful the last few months using it on our team. If you know any tools, or even something better than Korbit, let me know in the comments below.
C
Code Ryan

1 This One Fix Makes Your Next.js App Faster and Cleaner 8:48
8:48
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:48
Learn the recommended way to fetch data in Next.js as well as some patterns to know about client and server components.
C
Code Ryan

In todays video, I cover the core concepts of React.js in about 20 minutes. Of course, this isn't everything you need to know. But it is a good starting place and review for some.
C
Code Ryan

1 What "use client" Really Does In Next.js 10:17
10:17
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:17
docs: https://nextjs.org/docs/app/building-your-application/rendering/client-components
C
Code Ryan

1 Finally Understand Server Components In Next.js 11:36
11:36
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:36
Docs: https://nextjs.org/docs/app/building-your-application/rendering/server-components
C
Code Ryan

1 Understanding Rendering in React & Next.js (The Full Picture) 9:38
9:38
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:38
Docs: https://nextjs.org/docs/app/building-your-application/rendering
C
Code Ryan

1 Optimize Your Code In Next.js With Server Actions 6:29
6:29
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:29
Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations
C
Code Ryan

1 Stream Your Data To Fix Bad UX In Next.js 15 7:57
7:57
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:57
Learn how to use Suspense and streaming for sequential data fetching in Next.js
C
Code Ryan

1 Developers Really Need To Be Aware Of This 7:32
7:32
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:32
Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/fetching#patterns
C
Code Ryan

Docs: https://nextjs.org/docs/app/building-your-application/data-fetching/fetching#reference
C
Code Ryan

1 Did You Know This About Custom Hooks In React.js? 11:51
11:51
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:51
Docs: https://react.dev/learn/reusing-logic-with-custom-hooks#recap
C
Code Ryan

1 Your Complete Guide To Middleware In Next.js 15 10:47
10:47
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:47
Middleware Docs: https://nextjs.org/docs/app/building-your-application/routing/middleware
C
Code Ryan

Docs: https://react.dev/learn/you-might-not-need-an-effect#subscribing-to-an-external-store
C
Code Ryan

1 This Is A Core Concept To Understand About React.js 5:43
5:43
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:43
Docs: https://react.dev/learn/you-might-not-need-an-effect#notifying-parent-components-about-state-changes
C
Code Ryan

1 Your Guide To Parallel Routes In Next.js 15 10:24
10:24
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:24
Parallel Routes Docs: https://nextjs.org/docs/app/building-your-application/routing/parallel-routes#loading-and-error-ui
C
Code Ryan

1 How To Stop Running Code Twice In React.js 4:26
4:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:26
Today I cover an issue you might run into with running code multiple times in React -- especially when running initialization code -- and how React thinks you should solve it Docs: https://react.dev/learn/you-might-not-need-an-effect#sharing-logic-between-event-handlers
C
Code Ryan

1 Did You Know This Advanced Routing Technique In Next.js? 7:31
7:31
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:31
Docs: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#generating-static-params
C
Code Ryan

Docs: https://react.dev/learn/you-might-not-need-an-effect#sharing-logic-between-event-handlers
C
Code Ryan

Docs: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#generating-static-params
C
Code Ryan

Docs: https://react.dev/learn/you-might-not-need-an-effect#adjusting-some-state-when-a-prop-changes
C
Code Ryan

1 Pro Next.js Developers Know How To Do This 6:17
6:17
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:17
Route Groups Code: https://nextjs.org/docs/app/building-your-application/routing/route-groups
C
Code Ryan

Docs: https://react.dev/learn/you-might-not-need-an-effect#resetting-all-state-when-a-prop-changes
C
Code Ryan

1 A Core Next.js Fundamental You Need To Know About 2:58
2:58
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب2:58
Docs: https://nextjs.org/docs/app/building-your-application/routing/redirecting#nextresponseredirect-in-middleware
C
Code Ryan

1 Senior Developers Don't Make This Mistake 4:08
4:08
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:08
Docs: https://react.dev/learn/you-might-not-need-an-effect#how-to-remove-unnecessary-effects
C
Code Ryan

1 This Is A Beginner Mistake You Should Avoid (Client-side Routing) 6:31
6:31
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:31
Docs: https://nextjs.org/docs/app/api-reference/functions/use-router#disabling-scroll-to-top
C
Code Ryan

1 2 Mistakes Pro React Developers Don't Make 9:04
9:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:04
Docs: https://react.dev/learn/you-might-not-need-an-effect#how-to-remove-unnecessary-effects
C
Code Ryan

1 Did You Know How To Do This In Next.js 15? 4:08
4:08
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:08
Learn how to use the redirect and permanenetRedirect functions in Next.js -- https://nextjs.org/docs/app/building-your-application/routing/redirecting#redirect-function
C
Code Ryan

1 How To Actually Use The useEffect Hook In Modern React.js 12:48
12:48
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:48
Docs: https://react.dev/learn/synchronizing-with-effects
C
Code Ryan

1 Unlock PRO UX with Streaming Web Components in Next.js 6:56
6:56
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:56
Docs: https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming#streaming-with-suspense
C
Code Ryan

1 3 Key Concepts Professional React Developers Master 8:58
8:58
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:58
Docs: https://react.dev/learn/synchronizing-with-effects
C
Code Ryan

1 The Right Way To Handle Instant Loading States In Next.js 15 4:39
4:39
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:39
Docs: https://nextjs.org/docs/app/building-your-application/routing/loading-ui-and-streaming
C
Code Ryan

1 Correctly Using Refs With DOM Elements In React.js 7:09
7:09
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:09
https://react.dev/learn/manipulating-the-dom-with-refs#best-practices-for-dom-manipulation-with-refs
C
Code Ryan

Docs: https://nextjs.org/docs/app/building-your-application/routing/error-handling#uncaught-exceptions
C
Code Ryan

1 What Are Refs In React.js, Really? Why? 10:29
10:29
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:29
https://react.dev/learn/referencing-values-with-refs#recap
C
Code Ryan

1 PRO Next.js 15 Error Handling - Expected Errors 7:09
7:09
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:09
Docs: https://nextjs.org/docs/app/building-your-application/routing/error-handling
C
Code Ryan

1 Optimize Client Side Navigation In Next.js 15 9:05
9:05
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:05
Docs: https://nextjs.org/docs/app/api-reference/functions/use-router
C
Code Ryan

1 Actually Understanding Context In React.js 18:04
18:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب18:04
Docs: https://react.dev/learn/passing-data-deeply-with-context Starter Project: https://github.com/coderyansolomon/react-context
C
Code Ryan

1 The Recommended Way To Link In Next.js 15 10:10
10:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:10
Docs: https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating Link API - https://nextjs.org/docs/app/api-reference/components/link
C
Code Ryan

1 Avoid This Problem In React.js - Prop Drilling 6:12
6:12
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:12
Docs: https://react.dev/learn/passing-data-deeply-with-context
C
Code Ryan

1 Are Templates Better Than Layouts In Next.js? 6:20
6:20
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:20
Docs: https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates#templates
C
Code Ryan

Docs: https://react.dev/learn/extracting-state-logic-into-a-reducer#comparing-usestate-and-usereducer
C
Code Ryan

1 How To Use Layouts Correctly In Next.js 15 12:30
12:30
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:30
Docs: https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates
C
Code Ryan

1 Master React State By Solving This Problem 5:26
5:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:26
Today, I discuss the problem of state not being reset when rendering the same component in the same position within the React tree. Read more about this here: https://react.dev/learn/preserving-and-resetting-state#resetting-state-at-the-same-position
C
Code Ryan

Today, I give a brief overview of how pages work in Next.js 15 and a few important things to know regarding pages. Learn more from the Next.js docs here: https://nextjs.org/docs/app/building-your-application/routing/pages
C
Code Ryan

1 The Wrong Way To Manage State In React.js 5:30
5:30
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:30
Today, I cover having a single source of truth in your React application's state. Docs: https://react.dev/learn/sharing-state-between-components#a-single-source-of-truth-for-each-state
C
Code Ryan

1 A Next.js Fundamental You Need To Master 13:18
13:18
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:18
Learn how to define routes in Next.js 15. Docs: https://nextjs.org/docs/app/building-your-application/routing/defining-routes
C
Code Ryan

1 This Is A Common Misconception In React.js 9:19
9:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:19
Docs: https://react.dev/learn/preserving-and-resetting-state#
C
Code Ryan

Today, I cover the change from sync to async apis in Next.js 15. Docs: https://nextjs.org/docs/app/building-your-application/upgrading/version-15
C
Code Ryan

1 A Fundamental React.js Concept - Lifting State 9:33
9:33
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:33
Today, I discuss what it means to lift state in React.js and show you an example of how this might be done.
C
Code Ryan

1 This Is How To Structure State In React.js 11:19
11:19
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:19
Today, I cover 5 principles of structuring state in your React applications. Docs: https://react.dev/learn/choosing-the-state-structure#
C
Code Ryan

1 The Top 3 Next.js 15 Project Organization Strategies 9:07
9:07
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:07
Today, I discuss a few solid options for organizing your Next.js projects. Docs: https://nextjs.org/docs/canary/app/building-your-application/routing/colocation#project-organization-strategies
C
Code Ryan

Today, I show you a cool new feature of Next.js 15 forms: Client Side Navigation
C
Code Ryan

1 The Modern Guide To Using State In React.js 17:22
17:22
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:22
I show you a step by step process for how to think about using state in React.js
C
Code Ryan

Today, I discuss declarative vs imperative programming in the context of React.js and why it matters.
C
Code Ryan

As a web developer, it can be easy to just push a PR without considering how you can make things more maintainable and extendable in the long run.
C
Code Ryan

Today, I show some examples of mistakes you can make (bad ideas) when working with arrays in React.js state
C
Code Ryan

1 This Is A New Helpful Feature In Next.js 15 6:13
6:13
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:13
Today, I cover what the status indicator means in your Next.js application as well as giving you a refresher on static vs dynamic rendering. Docs: https://nextjs.org/docs/app/api-reference/next-config-js/devIndicators#appisrstatus-static-indicator
C
Code Ryan

1 Doing This Is A Bad Idea In Your React Apps 11:55
11:55
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:55
Mutating state isn't a great idea in your React apps. But how should you update your objects and arrays? Doing full replacements or creating copies. I show you how in this video.
C
Code Ryan

1 Do You Need A Degree For Software Engineering? 8:55
8:55
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:55
I discuss my experience with having a college degree for software engineering and if I think it's needed or not.
C
Code Ryan

A common anti-pattern or mistake that's easy to make in your web apps is creating waterfalls with your network requests.
C
Code Ryan

1 React State Updates Explained: Why Is Your State Wrong? 12:58
12:58
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب12:58
What does it mean for React to "batch" state updates? Why does it matter?
C
Code Ryan

1 Master 3 Essential Next.js Concepts in 3(ish) Minutes! 4:26
4:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:26
Today, you'll gain a high level understanding of 3 core Next.js concepts in just a few minutes. I cover file based routing, server/client components, and server actions.
C
Code Ryan

Today, I do my best to clearly explain how snapshots work in React and why they're important to understand.
C
Code Ryan

1 Most React Developers Don't Understand This 11:04
11:04
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:04
Today, I'm going to fully explain the rendering, re-rendering, and committing phases in React.js
Today, I'm discussing Next.js client and server components, and how to solve a common issue when using the two together.
C
Code Ryan

1 The Next.js Mistake That Breaks Your Data 5:43
5:43
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب5:43
https://nextjs.org/docs/app/api-reference/functions/revalidatePath
C
Code Ryan

1 React State: The Key to Dynamic UIs Explained! 26:51
26:51
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب26:51
Code: https://github.com/coderyansolomon/react-state In this video, we'll explore why React's useState hook is essential for building interactive user interfaces. Through a simple counter example, you'll see how relying on plain JavaScript variables fails to trigger UI updates when data changes. By the end, you'll understand how state management ensures your components stay in sync with dynamic data.…
C
Code Ryan

1 Master React in Minutes: Essential Event Handling Techniques 20:52
20:52
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:52
Learn how to handle events in React.js with this step-by-step tutorial, perfect for beginners. We'll cover essential techniques for managing button clicks, input changes, and form submissions in a simple, easy-to-follow format. By the end, you'll be equipped to confidently implement event handling in your React projects! Code: https://github.com/coderyansolomon/react-events…
C
Code Ryan

1 EASY UX Upgrade: Snap Scrolling with Next.js & Tailwind 19:50
19:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:50
Learn how to build a cool scroll-snap feature in Next.js using Tailwind CSS! Final Code: https://github.com/coderyansolomon/scrollsnap
C
Code Ryan

1 Avoid This Common React Mistake Newbies Make 7:34
7:34
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب7:34
Topics Covered: What is an event? How are event handlers typically passed? Calling a function rather than passing a reference to a function But what if you need to pass arguments? When possible, I like creating functions outside of the component so I can test them a bit easier via exports
C
Code Ryan

1 The Surprising Key to Overcoming Coding Blocks 4:42
4:42
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:42
Today, I discuss a helpful stragety that has helped improve my productivity as a software engineer while saving me some mental fatigue as well.
C
Code Ryan

1 THIS Is The HARDEST Part Of Software Engineering 6:38
6:38
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:38
Today, I discuss what I think is one of the hardest parts about software engineering.
C
Code Ryan

1 React State Explained: The Key to Dynamic Apps (Beginner's Guide) 4:56
4:56
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب4:56
Today, I cover exactly what state is in React.js.
C
Code Ryan

1 5 Things I Love About Being a Software Engineer (And You Will Too) 6:20
6:20
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:20
In today's video, I cover 5 things I really enjoy about being a software engineer. And for the record, I don't actually think AI will be taking all of our jobs.. yet.
C
Code Ryan

1 Unlock React's Power: Understand Your UI as a Tree Structure 10:11
10:11
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:11
Today, I'm going to do my best to discuss thinking about React as a tree like structure and why this is important.
C
Code Ryan

1 5 Things I HATE About Being A Software Engineer 8:10
8:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:10
Today, I'm going to cover 5 downside (plus one bonus) of working full time as a professional software engineer.
C
Code Ryan

1 What is React.js, really? Complete Guide For Beginners and Pros 15:40
15:40
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:40
Today, learn what React.js is, some core concepts of React js, job outlook for React.js, and a complete overview of React.
C
Code Ryan

1 Master React.js Lists: Easy Rendering Techniques Explained! 13:13
13:13
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:13
In this video, learn how to correctly render lists in your React.js application! Code: https://github.com/coderyansolomon/react-lists React.js Docs: https://react.dev/learn/rendering-lists
C
Code Ryan

1 Next.js Pitfalls: Avoiding Unsupported Client and Server Patterns 8:06
8:06
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب8:06
Learn about supported and unsupported patterns when it comes to client and server components in Next.js! Code: https://github.com/coderyansolomon/server-client-render Docs: https://nextjs.org/docs/app/building-your-application/rendering/composition-patterns#unsupported-pattern-importing-server-components-into-client-components…
C
Code Ryan

1 How to Use Conditional Rendering in React.js Like a Pro 14:26
14:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب14:26
Code: https://github.com/coderyansolomon/conditional-render Docs: https://react.dev/learn/conditional-rendering Learn exactly how to conditional render content in React.js!
C
Code Ryan

1 Boost Your Next.js Skills: Learn useParams for Dynamic Routes 10:14
10:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب10:14
This video covers how the useParams hook works in Next.js. It also covers how params work generally in Next.js and why they're useful. Code: https://github.com/coderyansolomon/useparams/tree/main/app
C
Code Ryan

1 Master React Props: The Ultimate Guide In 2024 25:27
25:27
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب25:27
In today's video, you'll learn exactly how props work in react.js. You'll learn what they are, how they work, why props exist, how to destructure them, if you should mutate them, how props.children work, what props forwarding is, and much more!
C
Code Ryan

1 How React.js Components Work: A Step-by-Step Guide 24:29
24:29
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب24:29
Code: https://github.com/coderyansolomon/components In todays video, I cover exactly how components work In React.js. You'll learn what components are, how they work, how to create them, how to render them, and much more!
C
Code Ryan

1 Next.js Redirects 101: Simplify Your Routing Like a Pro! 13:28
13:28
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:28
Code: https://github.com/coderyansolomon/redirects-nextjs Docs: https://nextjs.org/docs/app/building-your-application/routing/redirecting Learn how to redirect in Next.js server components, client components, server actions, route handlers, and middleware
C
Code Ryan

1 Next.js Streaming: Deliver Better User Experiences 9:54
9:54
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب9:54
Learn how streaming and suspense can help improve your Next.js applications! Code: https://github.com/coderyansolomon/streaming
C
Code Ryan

1 Pro Software Engineers Know These 10 Command Line Tips 13:31
13:31
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:31
C
Code Ryan

1 Essential Next.js: Private Routes, Colocation, and Advanced Routing Explained! 15:50
15:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب15:50
In this video, you'll learn about creating route, creating private folders, creating route groups, colocation, and more Check out the docs here for more information: https://nextjs.org/docs/app/building-your-application/routing/colocation#private-folders
C
Code Ryan

1 A Crucial Lesson Every Software Engineer Should Know 3:47
3:47
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب3:47
C
Code Ryan

React docs: https://react.dev/learn/writing-markup-with-jsx
C
Code Ryan

1 Stop Overlooking This Critical React.js Concept: Pure Components 19:26
19:26
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب19:26
React Docs: https://react.dev/learn/keeping-components-pure#where-you-_can_-cause-side-effects Deep dive into pure components in React.js!
مرحبًا بك في مشغل أف ام!
يقوم برنامج مشغل أف أم بمسح الويب للحصول على بودكاست عالية الجودة لتستمتع بها الآن. إنه أفضل تطبيق بودكاست ويعمل على أجهزة اندرويد والأيفون والويب. قم بالتسجيل لمزامنة الاشتراكات عبر الأجهزة.