Ian Lenehan
Ian Lenehan
  • Видео 35
  • Просмотров 334 995
The Dangers of Overusing React State
State in React is so powerful, but we often use it in places where we shouldn't! In this video I'll give you an example of when using state is a bad idea and what you can do instead.
Learn React with Zero to Mastery: bit.ly/il-learn-react
Intro: 00:00
Why state is bad: 00:15
What to use instead: 01:53
Summary: 09:13
Просмотров: 741

Видео

Loading data in React Router using the new useLoaderData hook
Просмотров 7 тыс.Год назад
I am really excited about using React Router 6.4 in production apps because they have introduced some really neat features that are already available in Remix. In this video we just look at the useLoaderData pattern and how it can make constructing React components so much simpler. My Remix tutorial: ruclips.net/video/SmMqdF2v30s/видео.html Learn React with Zero to Mastery: bit.ly/il-learn-reac...
How to build elegant React forms with React Hook Form
Просмотров 90 тыс.Год назад
You don't need a form library to build forms in React, but if you need to build anything beyond the very basic form, you're going to want a form library once I show you how React Hook Form works. Zero to Mastery courses: academy.zerotomastery.io/a/aff_6tnzgy7w/external?affcode=441520_zdvlwjnl Converting from Create React App to Vite: ruclips.net/video/YT35buXMgL8/видео.html What is Vite?: rucli...
5 Power Moves for Junior Developers
Просмотров 5022 года назад
Today I go through the five things I wish I had known before getting into programming. I hope these five things will help you on your journey! Zero To Mastery courses: academy.zerotomastery.io/a/aff_6tnzgy7w/external?affcode=441520_zdvlwjnl How to get a job as a web developer: ruclips.net/video/Lx_yHXIY4kU/видео.html
Converting to Vite from Create React App - lower your boot time to almost nothing!
Просмотров 20 тыс.2 года назад
Why Vite: ruclips.net/video/-KEuTPIpLbE/видео.html Written tutorials I used: craftsmenltd.com/blog/2022/06/23/migrating-your-create-react-app-project-to-vite/ www.darraghoriordan.com/2021/05/16/migrating-from-create-react-app-to-vite/
Refactoring smelly old React code!
Просмотров 3,1 тыс.2 года назад
Watch as I refactor older React code that I wrote a couple of years ago.
Vite vs Create React App / Webpack, Vite and ESBuild explained.
Просмотров 13 тыс.2 года назад
It's time for me to move on from using Create React App to build my React Apps. Vite is the new kid on the block and can be used to spin up a React app in a flash. In this video I explain the differences between the two and why I think Vite is better. I also talk about what Webpack is, and how it differs from Vite and ESBuild. Building Tic Tac Toe with Vite: ruclips.net/video/MRe-5nVBPRo/видео....
Learning React, Typescript, Tailwind and Vite with Tic Tac Toe
Просмотров 9 тыс.2 года назад
In this video I am building a Tic Tac Toe clone using some of the hottest web development tools available today. We are building the app in React, with Typescript as the language, Tailwind for CSS and the blazingly fast Vite build tool. You don't need to know how to use any of these tools well, if at all, so follow along and let me know if you have any questions! Check out the final code here: ...
Get started with Javascript
Просмотров 3722 года назад
In this video I will go over the basics of Javascript. What are strings, booleans, functions etc? It's essential to understand what these are and how to use them as you are learning Javascript. Chapters 0:00 - Intro 1:20 - Numbers 2:35 - Strings 3:25 - Booleans 3:39 - Variables 7:54 - Arrays 11:34 - Objects 14:51 - Comparisons 20:36 - Window interactions 22:39 - Functions 28:48 - Wrap up
Add amazing autocomplete to your Terminal with Fig
Просмотров 16 тыс.2 года назад
One you starting using Fig in your terminal, you'll wonder how you ever managed without it! Fig Autocomplete adds VS Code style IntelliSense to your terminal which gives you auto complete as you type.
Try these in your next Javascript project!
Просмотров 3112 года назад
I'll take you through 5 really cool web apis available in the browser that you can use in any Javascript project! All Web APIs are listed here. Make sure to check browser availability! developer.mozilla.org/en-US/docs/Web/API
Become a web developer in 2022!
Просмотров 6212 года назад
It can be daunting trying to work out how to get that first job as a software developer or web developer in 2022. In this video I talk about the main ways you can achieve this, from university, coding bootcamps to self taught. Build your own Wordle Clone: ruclips.net/video/j7OhcuZQ-q8/видео.html How to keep up with web development trends: ruclips.net/video/HKfH2V8ishg/видео.html Setting up your...
Using a Wordle clone to understand local storage in Javascript
Просмотров 4,8 тыс.2 года назад
The last video I did was how to build a Wordle Clone with Javascript, HTML and CSS. To save time we left out keeping statistics and maintaining the game state, but in this video we pick up there and go in-depth into how to use local storage in Javascript to do just that. Source code: github.com/ianlenehan/wordle-clone/pull/2 Wordle tutorial pt 1: ruclips.net/video/j7OhcuZQ-q8/видео.html
Build a Wordle clone using HTML, CSS & Javascript!
Просмотров 43 тыс.2 года назад
Wordle is a simple word game taking the world by storm! In this video we wil build a Wordle clone using HTML, CSS and vanilla Javascript. We'll also use an API to get a new word and check if a guessed word exists. Finished code: github.com/ianlenehan/wordle-clone Add local storage for stats and game state in Wordle: ruclips.net/video/lF4O1wvyVow/видео.html Video explaining REM in CSS: ruclips.n...
Remix & Firebase - using Firebase Auth and Firestore with Remix
Просмотров 10 тыс.2 года назад
Remix & Firebase - using Firebase Auth and Firestore with Remix
Is this LG Ultrawide the Perfect Monitor for Programming?
Просмотров 59 тыс.2 года назад
Is this LG Ultrawide the Perfect Monitor for Programming?
12 VS Code extensions for 2022
Просмотров 3,6 тыс.2 года назад
12 VS Code extensions for 2022
Remix Tutorial | Trying out the newest React Framework!
Просмотров 4,9 тыс.2 года назад
Remix Tutorial | Trying out the newest React Framework!
I don’t need a computer for coding anymore!
Просмотров 3492 года назад
I don’t need a computer for coding anymore!
5 things you should be doing in your React projects!
Просмотров 3682 года назад
5 things you should be doing in your React projects!
Saving the Oceans with React Native, Expo, Mark Rober & Mr Beast! #TeamSeas
Просмотров 1222 года назад
Saving the Oceans with React Native, Expo, Mark Rober & Mr Beast! #TeamSeas
How to create an amazing Github Profile Readme | Use this when looking for a job as a web developer!
Просмотров 1,4 тыс.2 года назад
How to create an amazing Github Profile Readme | Use this when looking for a job as a web developer!
Keeping up with the latest web development trends
Просмотров 2983 года назад
Keeping up with the latest web development trends
Recoil Tutorial | React State Libraries
Просмотров 18 тыс.3 года назад
Recoil Tutorial | React State Libraries
Learn React Context in under 15 minutes!
Просмотров 7173 года назад
Learn React Context in under 15 minutes!
Stop using pixels in your CSS! How and why to use REM and EM.
Просмотров 20 тыс.3 года назад
Stop using pixels in your CSS! How and why to use REM and EM.
React Hooks Tutorial - Ideas for Custom React Hooks
Просмотров 1323 года назад
React Hooks Tutorial - Ideas for Custom React Hooks
React Hooks Tutorial - learn how to use React Hooks!
Просмотров 903 года назад
React Hooks Tutorial - learn how to use React Hooks!
How Google Broke the Web! (and Javascript's Weird Parts)
Просмотров 553 года назад
How Google Broke the Web! (and Javascript's Weird Parts)
Essential Slack Tips for 2021: How to navigate Slack like a pro!
Просмотров 2 тыс.3 года назад
Essential Slack Tips for 2021: How to navigate Slack like a pro!