Category: Javascript
Maanyakaran – Reusable framework for state based form validation( best for react and redux and vue.js)
Most of the modern UI frameworks rely on some form of data state. For example, A simple HTML form in react is actually stored either…
A Brief History of Responsive Web Design
Websites are like a canvas. You have complete freedom to design them the way you want. But unlike a painting, not all people will view…
PixelCraft: A Pixel Art Editor
A pixel Art & Animation Creation Tool Built using HTML5 Canvas.It is a Progressive Web App (PWA) with offline compatibility.It is mobile-friendly and is very…
What is {x:1} and why does it return 1
Adding semicolon at the end bypasses the Chrome regex. Which is kinda meh since these two obviously have the same effect: a = {x:1} a…
Web Vitals from Google to Measure User Experience
You don’t need to be an expert in any area to understand Web Vitals. They are simple things like mobile-friendliness, browsing safety, HTTPS, interactivity, visual…
Some Javascript useful libraries you need to try:
Algolia Places Algolia Places is a JavaScript library that will help you autocomplete structures, and it represents considerable authority in addresses. You can even add…
Atomic Business Components (ABC) – architecture pattern for building highly scalable Web App.
Okay, I’ve not had much sleep because I had to get up early to go pick up the Christmas meat so apologies if I come…
Your /r/javascript recap for the week of December 14 – December 20
If you would like this roundup sent to your reddit inbox every week send me a message with the subject ‘javascript’. Or if you want…
What are generators in Javascript?
Regular functions return only one, single value (or nothing). Generators can restore (“yield”) numerous qualities, in a steady progression, on-request. They work extraordinary with iterables,…
What Should You Know Before Using Svelte?
It seems that, finally, we might have a great contender to join “the Big Three” of JavaScript frameworks: React, Angular and Vue. For some time…
Recent Comments