
Featured
React Frontend
Master React from Scratch: Gain Confidence in Crafting Engaging User Experiences with Industry-Tested Strategies.
Free
Curriculum
HTML
- Chapter 1 – IntroductionDuration :
- HTML IntroductionDuration :
- HTML WorkingDuration :
- HTML InstallationDuration :
- HTML ExecutionDuration :
- HTML Page StructureDuration :
- HTML TagsDuration :
- HTML ElementsDuration :
- HTML AttributesDuration :
- HTML CommentsDuration :
- HTML Id & ClassesDuration :
- Chapter 2 – HTML basic tagsDuration :
- Skeletal TagsDuration :
- Heading TagsDuration :
- Paragraph TagDuration :
- Horizontal Line TagDuration :
- Line Break TagDuration :
- Anchor TagDuration :
- Image TagDuration :
- Pre TagDuration :
- Chapter 3 – Inline & Block ElementsDuration :
- HTML Inline ElementsDuration :
- HTML Block ElementsDuration :
- Chapter 4 – HTML ListsDuration :
- HTML ListsDuration :
- HTML Ordered ListDuration :
- HTML Unordered ListDuration :
- HTML Definition ListsDuration :
- Chapter 5 – HTML TablesDuration :
- HTML TablesDuration :
- More on TablesDuration :
- Chapter 6 – HTML FormsDuration :
- Introduction to HTML FormsDuration :
- HTML Input TypesDuration :
- Textarea & SelectDuration :
- More on formsDuration :
- Chapter 7 – Head ElementsDuration :
- HTML Meta TagsDuration :
- Link & Script TagsDuration :
- Chapter 8 – HTML MediaDuration :
- Video & Audio TagsDuration :
- SVG in HTMLDuration :
- iFrames in HTMLDuration :
- Chapter 9 – Miscellaneous TagsDuration :
- HTML Code TagDuration :
- HTML Semantic TagsDuration :
- HTML CanvasDuration :
- HTML Global AttributesDuration :
- HTML EntitiesDuration :
- HTML Quotation TagDuration :
- Obsolete HTML TagsDuration :
- Character SetsDuration :
CSS
- Chapter 1 – IntroductionDuration :
- Information & HistoryDuration :
- Your first CSS websiteDuration :
- How CSS works?Duration :
- Syntax of CSSDuration :
- Ways to add CSSDuration :
- CSS SelectorsDuration :
- CSS CommentsDuration :
- CSS SpecificityDuration :
- Chapter 2 – PropertiesDuration :
- CSS ColorsDuration :
- CSS BackgroundsDuration :
- CSS BordersDuration :
- CSS ImagesDuration :
- CSS Video EmbeddingDuration :
- CSS FontsDuration :
- CSS Text StylingDuration :
- CSS Box ModelDuration :
- CSS PaddingDuration :
- CSS MarginDuration :
- CSS HoverDuration :
- CSS CursorsDuration :
- CSS List StylesDuration :
- CSS LinksDuration :
- CSS CombinatorsDuration :
- CSS Pseudo-classesDuration :
- CSS ButtonsDuration :
- CSS OverflowDuration :
- CSS FloatDuration :
- CSS importantDuration :
- CSS Maths FunctionsDuration :
- CSS SizeDuration :
- CSS PositioningDuration :
- CSS Z-indexDuration :
- CSS FormsDuration :
- CSS Navigation BarDuration :
- Chapter 3 – DesigningDuration :
- CSS DisplayDuration :
- CSS FlexBoxDuration :
- CSS GridDuration :
- CSS Media QueriesDuration :
- Chapter 4 – Advance TopicsDuration :
- CSS 2D TransformDuration :
- CSS TransitionsDuration :
- CSS Border ImagesDuration :
- CSS GradientsDuration :
- CSS InheritDuration :
- CSS ShadowsDuration :
- CSS ToolTip TextDuration :
- CSS MaskingDuration :
- CSS PaginationDuration :
- CSS Media Queries AdvancedDuration :
- CSS AnimationsDuration :
- Chapter 5 – FAQ’sDuration :
- QuestionsDuration :
JavaScript
- Chapter 1 – IntroductionDuration :
- JS IntroductionDuration :
- JS ExecutionDuration :
- Node.js InstallationDuration :
- Chapter 2 – JavaScript VariablesDuration :
- What are Variables?Duration :
- Variable Naming RulesDuration :
- Primitives and ObjectsDuration :
- Operators and ExpressionsDuration :
- var vs let vs constDuration :
- Chapter 3 – JavaScript BasicsDuration :
- if-else StatementDuration :
- If else ladderDuration :
- Switch caseDuration :
- Ternary OperatorDuration :
- For LoopsDuration :
- While LoopDuration :
- FunctionsDuration :
- Chapter 4 – JavaScript ObjectsDuration :
- StringsDuration :
- Arrays and Array MethodsDuration :
- Loops with ArraysDuration :
- Map, Filter and ReduceDuration :
- DateDuration :
- MathDuration :
- NumberDuration :
- BooleanDuration :
- Chapter 5 – DOM & BOMDuration :
- Window ObjectDuration :
- History ObjectDuration :
- Navigator ObjectDuration :
- Screen ObjectDuration :
- Document ObjectDuration :
- getElementbyIdDuration :
- getElementsByClassNameDuration :
- getElementsByNameDuration :
- getElementsByTagNameDuration :
- innerHTMLDuration :
- outerHTMLDuration :
- Chapter 6 – OOP’sDuration :
- ClassDuration :
- ObjectsDuration :
- ConstructorDuration :
- Static MethodDuration :
- EncapsulationDuration :
- InheritanceDuration :
- PolymorphismDuration :
- AbstractionDuration :
TypeScript
- What is TypeScript?Duration :
- Features of TypeScriptDuration :
- Why Use TypeScript?Duration :
- Components of TypeScriptDuration :
- Chapter 2 – Environment SetupDuration :
- Local Environment SetupDuration :
- Installing Node.jsDuration :
- IDE SupportDuration :
- Visual Studio CodeDuration :
- BracketsDuration :
- Chapter 3 – TypeScript – Basic SyntaxDuration :
- Your First TypeScript CodeDuration :
- Compile and Execute a TypeScript ProgramDuration :
- Compiler FlagsDuration :
- Identifiers in TypeScriptDuration :
- TypeScript ─ KeywordsDuration :
- Comments in TypeScriptDuration :
- TypeScript and Object OrientationDuration :
- Chapter 4 – TypeScript – TypesDuration :
- The Any typeDuration :
- Built-in typesDuration :
- Chapter 5 – TypeScript – VariablesDuration :
- Variable Declaration in TypeScriptDuration :
- Type Assertion in TypeScriptDuration :
- Inferred Typing in TypeScriptDuration :
- TypeScript Variable ScopeDuration :
- Chapter 6 – TypeScript – OperatorsDuration :
- What is an Operator?Duration :
- Arithmetic OperatorsDuration :
- Relational OperatorsDuration :
- Logical OperatorsDuration :
- Short-circuit Operators (&& and ||)Duration :
- Bitwise OperatorsDuration :
- Assignment OperatorsDuration :
- Miscellaneous OperatorsDuration :
- Type OperatorsDuration :
- Chapter 7 – TypeScript – Decision MakingDuration :
- The if StatementDuration :
- The if…else StatementDuration :
- The else…if LadderDuration :
- The switch…case StatementDuration :
- Chapter 8 – TypeScript – LoopsDuration :
- The while LoopDuration :
- The for LoopDuration :
- The for…in loopDuration :
- The do…while loopDuration :
- The break StatementDuration :
- The continue StatementDuration :
- The Infinite LoopDuration :
- Chapter 9 – TypeScript – FunctionsDuration :
- Defining a FunctionDuration :
- Calling a FunctionDuration :
- Returning FunctionsDuration :
- Parameterized FunctionDuration :
- Optional ParametersDuration :
- Rest ParametersDuration :
- Default ParametersDuration :
- Anonymous FunctionDuration :
- The Function ConstructorDuration :
- Recursion and TypeScript FunctionsDuration :
- Lambda FunctionsDuration :
- Syntactic VariationsDuration :
- Function OverloadsDuration :
- Chapter 10 – TypeScript – NumbersDuration :
- Number MethodsDuration :
- toExponential()Duration :
- toFixed()Duration :
- toLocaleString()Duration :
- toPrecision()Duration :
- toString()Duration :
- valueOf()Duration :
React
- React HomeDuration :
- React SetupDuration :
- React Getting StartedDuration :
- React ES6Duration :
- React Render HTMLDuration :
- React JSXDuration :
- React ComponentsDuration :
- React ClassDuration :
- React PropsDuration :
- React EventsDuration :
- React ConditionalDuration :
- React ListsDuration :
- React FormsDuration :
- React RouterDuration :
- React MemoDuration :
- React CSS StylingDuration :
- Chapter 2 – React HooksDuration :
- What is a Hook?Duration :
- React useEffect HookDuration :
- React useState HookDuration :
- React useContextDuration :
- React useRefDuration :
- React useReducerDuration :
- React useCallbackDuration :
- React useMemoDuration :
About Course
Welcome to the React Frontend course, where we embark on a journey to explore the dynamic world of frontend development using React. Whether you’re a novice eager to delve into the realm of web development or a seasoned developer seeking to enhance your skills, this course is designed to equip you with the knowledge and expertise needed to build powerful user interfaces. Throughout this immersive learning experience, you’ll unravel the intricacies of React, mastering its core concepts, best practices, and advanced techniques. Let’s dive in and unlock the full potential of React together!
What will you learn
- Learn Component-Based Architecture that facilitates modular and scalable development.
- Learn virtual DOM to optimize rendering performance by only updating the parts of the actual DOM that have changed.
- Learn JSX which allows writing HTML-like code within JavaScript files.
- Learn State Management that allows components to manage their internal state. Redux or context API are commonly used for centralized state management.
- Learn Unidirectional Data Flow where data flows from parent components to child components via props.
- Learn Lifecycle Methods to hook into different stages of a component's life, such as mounting, updating, and unmounting.
- Learn React Hooks that enable functional components to use state and other React features without writing a class.
- Learn Server-Side Rendering (SSR) and Static Site Generation (SSG) to improve performance.
Members
Total number of Students in this course : 5
-
admin
Instructors
News
Best Education Channels On YouTube
February 13, 2024
Tempus imperdiet nulla malesuada pellentesque. Libero volutpat sed cras ornare.Non arcu risus quis.
Reviews
4
4 Reviews
-
1 Star
-
2 Stars
-
3 Stars
-
4 Stars
-
5 Stars
Comments ( 4 )
Leave a Reply to jjj Cancel reply
Course Info
- Marketing
- 222
- 29
Nec dui nunc mattis enim ut. Donec pretium vulputate sapien nec sagittis aliquam malesuada bibendum arcu. Cras pulvinar mattis nunc sed.
product review
lorem ipsam
reply comments
lorem ipsam
bhfbsh
bhfbshf