Learn ReactJs

To Know more about ReactJs with the Restful API

React

React
Fundamental of React Js

Saturday, December 14, 2019

Learn

Progress Bar with jQuery, HTML, CSS3 by using Navigation Timing API which provides data that can be used to measure the performance of a website. This API can provide end-to-end latency data that can be more useful and accurate.The Performance Timing interface represents timing-related performance information for the given page. Example: function onLoad() { var now = new Date().getTime(); var page_load_time = now - performance.timing.navigationStart; console.log("User-perceived page loading time: " + page_load_time); } There...

Sunday, December 1, 2019

Learn

someone say Way2logic from Bhuvan <p><span class="line1">someone say</span> <span class="line2" data-splitting>Way2logic from Bhuvan </span></p> CSS (SCSS) @font-face { font-family: 'Roboto VF'; src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/57225/Roboto-VF.woff2") format("woff2-variations"); font-stretch: 75% 100%; font-style: oblique 0deg 12deg; font-weight: 100 900; } * { box-sizing: border-box; } :root...