
React JS: An open-source JavaScript library
React is an open-source JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.
Style console.log contents / statements
The console.log output can be styled using the CSS format specifier. Also we can manipulate console.log output colors and fonts. Even we can give border, padding or add an image in the console. The…
React apps: Simple Counter using React
React hooks are something that are fascinating me to try and use them. Will go in deep from starting, but sticking to today’s topic: Simple counter using React. Let’s dive in: For a simple…
Deploy React app on GITHUB pages
Hosting apps/websites on internet is an important part when it comes to show casing your work or may be deploying your app for a small scale work. Github provides hosting for the websites for…
React Fragments: All you need to know
<p class="has-drop-cap" value="<amp-fit-text layout="fixed-height" min-font-size="6" max-font-size="72" height="80">A fragment is a common pattern in React which is used to return multiple elements. A fragment is a common pattern in React which is used to return…
React Loadable
React Loadable is used for Splitting the Code by Components and Routes. HOW? Code splitting is a technique which is being used with modern web app development that allows to load chunks of code only…
Deploying React app(Web) on Firebase [Tutorial]
Lets directly dive in, without talking what is react? or what is firebase? If you guys want to know about that then feel free to add in the comments section, will surely pick the…
React-Router
What is react router? Why is react router used? A easy demonstration React-Router => React Router is a routing library for React which keeps the UI or user interface of the website in sync…

Leave a comment