A React app can use the React Context API to generate global variables that can be passed around. This is an alternative to "prop drilling," which entails passing props from grandparent to child to parent and so on. Context is also marketed as a simpler, lighter way to Redux state management. eact.create All you need is Context(). It will give you a customer and a provider. Provider is a component that provides the state to its children, as its name suggests. It will include the "store" and serve as the parent of all components that may need it.
Semantic HTML, also known as semantic markup, is HTML that adds meaning to a web page rather than merely making it look pretty. Despite the fact that practically every HTML4 and HTML5 tag has semantic implications, some tags are primarily semantic. The semantic meaning of the <b> and <i> tags, for example, has been redefined by HTML5. The <b> tag has no special meaning; rather, the tagged content is usually shown in bold. The <i> tag, likewise, does not impart additional importance or emphasis; rather, it defines text that is usually rendered in italics. some Symantic is <abbr> , <blockquote> , <div> etc
© All Right Reserved Here | By Mostafizur Rahman