Real Life Example:
β’ Ordering a custom-made cake.
β’ Cake details (flavor, icing, etc.) = Props.
Basic Usage:
β’ Ordering a custom-made cake.
β’ Cake details (flavor, icing, etc.) = Props.
Basic Usage:
π1
Functions as Props:
β’ Can pass actions/functions as props.
β’ Can pass actions/functions as props.
Destructuring Props:
β’ Cleaner syntax by destructuring.
β’ Cleaner syntax by destructuring.
PropTypes:
β’ Ensure props data matches expectations.
β’ Ensure props data matches expectations.
Default Props:
β’ Set default values for props.
β’ Set default values for props.
JavaScript Tipπ‘
You can use Object.freeze() method to prevent any changes to an object, including adding, modifying or deleting properties.
You can use Object.freeze() method to prevent any changes to an object, including adding, modifying or deleting properties.
CSS Box Model π₯
The CSS box model describes how elements are displayed and sized. It is useful to customize the design and layout of elements of web pages.
It contains the following propertiesπ
π―content: this includes text, images, or other HTML elements.
π―padding: this is the space between an elementβs content and its border.
π―border: this is a line that surrounds the padding and content of an element.
π―margin: this is the space between an elementβs border and its neighbouring elements.
The CSS box model describes how elements are displayed and sized. It is useful to customize the design and layout of elements of web pages.
It contains the following propertiesπ
π―content: this includes text, images, or other HTML elements.
π―padding: this is the space between an elementβs content and its border.
π―border: this is a line that surrounds the padding and content of an element.
π―margin: this is the space between an elementβs border and its neighbouring elements.
π1
Quick HTML Tags Cheat Sheet!
πTOP 8 resources to supercharge your interview preparation:
1β£interviewing.io
2β£pramp.com
3β£meetapro.com
4β£gainlo.co
5β£onsites.fyi
6β£bigfrontend.dev
7β£interviewguide.dev
8β£interviewcake.com
1β£interviewing.io
2β£pramp.com
3β£meetapro.com
4β£gainlo.co
5β£onsites.fyi
6β£bigfrontend.dev
7β£interviewguide.dev
8β£interviewcake.com
π2
16 CSS frameworks and libraries you can try:
βοΈ Tailwind CSS
π Materialize
π Bulma
π Primer
π Foundation
π© UIkit
π» Vanilla Framework
π₯ Blaze UI
π Pico.css
π Fomantic-UI
π¦ PatternFly
π Bootstrap
π Carbon Components
βοΈ Cirrus
π¦ Material Components Web
π HiQ
βοΈ Tailwind CSS
π Materialize
π Bulma
π Primer
π Foundation
π© UIkit
π» Vanilla Framework
π₯ Blaze UI
π Pico.css
π Fomantic-UI
π¦ PatternFly
π Bootstrap
π Carbon Components
βοΈ Cirrus
π¦ Material Components Web
π HiQ