Web Components: A Revolutionary Way to Build User InterfacesA Basic Introduction to Web ComponentsJun 4, 2022·10 min read
SEO Tags | Meta tags that you need for previews on social networks.To begin with, what are meta tags? Meta tags provide information about the web page in the HTML of the document. This information is called "metadata" and while it is not displayed on the page itself, it can be read by search engines and web bots I ...Jan 14, 2021·6 min read
Deploy react app to GitHub pages with and without a custom domainWant to deploy your react app for free? If yes, then gh-pages from Github is your free tool for deployment Let's get started! Here are simple steps we will be going through Install gh-pages as a dev dependency few changes to package.json in your c...Aug 16, 2020·4 min read