@onjsdev
Dec 28 2024
How To Build a Responsive Website
Responsive web design is a development approach that adjusts website layouts and content dynamically to fit various screen sizes and orientations.
Read More@onjsdev
Dec 28 2024
Responsive web design is a development approach that adjusts website layouts and content dynamically to fit various screen sizes and orientations.
Read More@onjsdev
Dec 28 2024
If you're into web development, you've likely heard of both SASS and SCSS. But what exactly are differences between them
Read More@onjsdev
Dec 22 2024
In this post, I’ll explain why I chose the TALL stack (Tailwind CSS, Alpine.js, Laravel, and Livewire) to develop ColoringMaker, my AI-powered SaaS that generates custom coloring pages
Read More@onjsdev
Dec 01 2024
Sass, or Syntactically Awesome Style Sheets, is a CSS preprocessor that adds powerful, dynamic features to CSS, allowing you to create styles in a more organized, modular, and maintainable way.
Read More@onjsdev
Nov 29 2024
Let's create a react counter app without JSX, babel and any bundler such as webpack or parcel.
Read More@onjsdev
Nov 28 2024
React is widely known for JSX, a syntax that blends HTML and JavaScript. But did you know you can use React without JSX?
Read More@onjsdev
Nov 24 2024
ReactNode and ReactElement is different types in react with typescript representing various content as children prop
Read More@onjsdev
Nov 24 2024
Destructuring in JavaScript is a technique that allows you to extract values from an object or array and assign them to variables in a single line.
Read More@onjsdev
Nov 22 2024
If you want to create your own packages to contribute to the JavaScript community, this article will guide you through the steps to create an NPM package and publish it to the NPM registry.
Read More@onjsdev
Nov 22 2024
The JavaScript reduce() array method is a higher-order function that iterates over an array and reduces it to a single value
Read More