Read part 1 – The Audit This article is comprised of several accessibility vignettes. It's a collection of short stories about quick fixes – some amuse-bouches, if you will. Researching, coding fixes, and ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Hey DEV's! 👋 I’m thrilled to announce the launch of my brand-new website, built with the latest technologies. As a full-stack developer, I’ve poured my experience and creativity into building a site that reflects my dedication ...Read more
[UPDATE]: I've made a comprehensive demo on blitzstack which goes in depth on the different filtering scenarios that are neglected in the primereact docs. I'll update this article into a full ...Read more
If you’re familiar with React, then you know data only flows one way from parent components to child components. If you want to make a state available to child Components then you have to continuously ...Read more
Primero que nada, debemos saber que props es la abreviatura de “properties”. Esto nos hace hace ver todo más simple, desde mi opinión. Ahora bien, ¿cuál es la diferencia entre state y props? Se podría decir ...Read more
Single Page Applications (SPAs) are web apps that dynamically update a single page without requiring full page reloads. This results in a smooth user experience similar to a native mobile app. React is a popular JavaScript ...Read more
A pragmatic guide to maintainable React components powered by GraphQL. Writing performant, testable, and readable React can be thought of as an art, but instead, I hope to convince you that it can instead be achieved ...Read more
Welcome to my Weekly Digest #10 of this year. This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podcasts, and designs I consumed during this week. ...Read more
I have developed a small social network web app for educational purpose and want to share this with the community. This app is built ...Read more