prashan
prashan
  • Видео 28
  • Просмотров 32 876
Web Development [18] - React Reusable Snackbar Component for Notifications
Build a Reusable React Snackbar component for notifications:
In this lesson of my Web Development Course, I demonstrate how to develop a simple, yet reusable and reliable Snackbar component using React. I implement this component in Typescript in order to perform type checking on all component props to ensure component reliability and resiliency against type misuse. All CSS styles for this React component are written using a CSS in JS library called Styled Components for it's simplicity. Also in this video, I write component test to test the stability of this React component using an e2e testing tool called Cypress.
This video is part of my RUclips Web Development Playlist where in one of t...
Просмотров: 203

Видео

Web Development [17] - Build a Reusable Code Editor in React
Просмотров 467Месяц назад
Build a Reusable React Code Editor component: In this lesson of my Web Development Course, I demonstrate how to develop a simple, yet reusable and reliable Code Editor component using React. I implement this component in Typescript in order to perform type checking on all component props to ensure component reliability and resiliency against type misuse. All CSS styles for this React component ...
Web Development [16] - React Context API
Просмотров 294Месяц назад
Understand React Context API and build Reusable React Tooltip component: In this lesson of my Web Development Course, I demonstrate how to develop a simple, yet reusable and reliable Tooltip component using React. I also talk about the concept of React Context API used to solve prop drilling issues. I implement this component in Typescript in order to perform type checking on all component prop...
Web Development [15] - Testing React Components with Cypress Component Testing
Просмотров 95Месяц назад
React TypeScript Frontend Web Development [Part 15] - In this video, we are going to create React Reusable Button component. We are also going to test this Button component using Cypress component testing. Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Github Repo for this Course: github.com/prashan-pudasaini/modjs-youtube Timestamps: 0:00 Button Component 15:14 Cypress Compone...
Web Development [14] - Open Source React Component Library
Просмотров 120Месяц назад
In this video, I demonstrate what I have until now for our React Typescript UI components open source UI project - modjs. Please leave your GitHub username in the comment section below if you are interested in contributing to this open source project. Full code for this project: github.com/modjs-org/modjs Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW 🌎 Find Me Here: GitHub: gi...
AWS Certified Developer Associate - Practice Exams
Просмотров 9992 месяца назад
AWS Certified Developer Associate Practice Exam Questions 2024: In this video, we'll dive into 65 AWS Certified Developer Associate questions and answers to help you ace your AWS DVA-C02 exam. About Me: 🌎 My Website: www.fullstackpro.io GitHub Repo for my RUclips Videos: github.com/prashan-pudasaini LinkedIn: www.linkedin.com/in/prashan-pudasaini/ Facebook: fullstackpro.io/ Tags: #...
Web Development [13] - Reusable SVG Icon as Component
Просмотров 1002 месяца назад
React TypeScript Frontend Web Development [Part 13] - In this video, we are going to create React SVG Icons component. We are also going to test these component using Cypress component testing. Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Github Repo for this Course: github.com/prashan-pudasaini/modjs-youtube #coding #technology #frontend #react #typescript #javascript
Web Development [12] - React Foundational Components for Accelerated UI Development
Просмотров 732 месяца назад
React TypeScript Frontend Web Development [Part 12] - In this video, we are going to create React foundational components. We are also going to test these components with Cypress component testing. Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Github Repo for this Course: github.com/prashan-pudasaini/modjs-youtube #coding #technology #frontend #react #typescript #javascript #h...
Web Development [11] - React Container Component
Просмотров 902 месяца назад
React TypeScript Frontend Web Development [Part 11] - In this video, we are going to create a React Container component. We are also going to test this Container component with Cypress component testing. Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Github Repo for this Course: github.com/prashan-pudasaini/modjs-youtube #coding #technology #frontend #react #typescript #javascr...
Web Development [10] - React Typography Component
Просмотров 3812 месяца назад
React TypeScript Frontend Web Development Course [Part 10] - In this video, we are going to create a React Typography component that will render HTML text elements based on the provided variant. We are also going to test this Typography component with Cypress Component Testing. Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Complete Guide to Testing - Unit Test (Dummy, Stub, Fa...
Web Development [9] - React Layout Component
Просмотров 2,4 тыс.2 месяца назад
Building reusable React Layout component: In this lesson of my Web Development Course, I demonstrate how to develop a simple, yet reusable and reliable Layout component using React. I also talk about the ways to theme React Apps and Components. I implement this component in Typescript in order to perform type checking on all component props to ensure component reliability and resiliency against...
Web Development [8] - React forwardRef
Просмотров 1512 месяца назад
React TypeScript Frontend Web Development Course [Part 8] - In this video, we are going to learn about React forwardRef that will wrap all our core and icons component so that the components have access to ref and can use React useRef. Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Github Repo for this Course: github.com/prashan-pudasaini/modjs-youtube #coding #technology #fron...
Web Development [7] - React HOC (Higher Order Component)
Просмотров 2172 месяца назад
React TypeScript Frontend Web Development Course [Part 7] - In this video, we are going to create a React Higher Order Component (HOC) called withSystemProps HOC that will take another React component and return a new React component with additional props. This HOC will be used to wrap all our core and icons component so that all the React core and React icons component have access to the syste...
Web Development [6] - GitHub Repository
Просмотров 742 месяца назад
React TypeScript Frontend Web Development Course [Part 6] - In this video, we are going to push the code we have on our local computer to a GitHub repository. Full Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Github Repo for this Course: github.com/prashan-pudasaini/modjs-youtube #coding #technology #github #frontend #react #typescript #javascript #html #css #nextjs #monorepo #mic...
Testing Pyramid - Unit Test, Integration Test, and E2E Test
Просмотров 982 месяца назад
In this video we discuss software testing, mainly E2E test, Integration test, Unit test, Test Doubles Dummies, Stub, Fake, and Mock and we will look at examples of each of the test types' use cases and the advantages and disadvantages of each of these tests. Frontend Web Development Playlist: ruclips.net/p/PLCqt_JZe33mHWnqj5k6gCL0loi479uYpW Timestamps: 00:00 Intro 3:11 Unit Testing 8:12 Integra...
Web Development [5] - React Themes
Просмотров 2962 месяца назад
Web Development [5] - React Themes
Web Development [4] - NPM Link or SymLInk?
Просмотров 1912 месяца назад
Web Development [4] - NPM Link or SymLInk?
Web Development [3] - Development Environment Setup
Просмотров 9982 месяца назад
Web Development [3] - Development Environment Setup
Web Development [2] - Architecture
Просмотров 5283 месяца назад
Web Development [2] - Architecture
Web Development [1]
Просмотров 9493 месяца назад
Web Development [1]
How Domain Names Work
Просмотров 934 месяца назад
How Domain Names Work
How does SSL Work?
Просмотров 3365 месяцев назад
How does SSL Work?
MERN Stack API [2] - Implementation
Просмотров 3,1 тыс.Год назад
MERN Stack API [2] - Implementation
MERN Stack API [1] - Specifications
Просмотров 1 тыс.Год назад
MERN Stack API [1] - Specifications
MongoDB Atlas
Просмотров 4 тыс.Год назад
MongoDB Atlas
MongoDB- MongoAPIError
Просмотров 3,7 тыс.Год назад
MongoDB- MongoAPIError
Create React App without Create React App
Просмотров 5 тыс.Год назад
Create React App without Create React App
React Invalid Hook Calls
Просмотров 7 тыс.Год назад
React Invalid Hook Calls