Jayesh Tiwari's Blog

HomeBadges

How to use Sass in a HTML file?

Oct 2, 20201 min read

Sass stands for Syntactically Awesome Style Sheets. Sass is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets. Sass is a stylesheet language that’s compiled to CSS. It allows you to use variables, nested ru...

How to deploy a React App to Firebase?

Sep 20, 20202 min read

Steps to deploy the app to Firebase: Follow these steps to successfully deploy a React App to Firebase Hosting service. npm install -g firebase-tools PS C:\Users\jayesh\Documents\React-September> npm install -g firebase-tools C:\Users\jayesh\AppData...

Error - TypeError: Cannot set property 'props' of undefined

Sep 9, 20201 min read

This is a common error faced by beginners and everyone else writing code in ReactJS. This error comes up when set of parenthesis are applied after Component, like Component( ). class Dashboard extends Component { //Correct class Dashboard extends...

© 2021 Jayesh Tiwari's Blog

PrivacyTerms
Proudly part of