Posts
How to fix "Unknown prop warning" in React and styled components
Prefix the prop with a dollar sign ($) to turn it into a transient propRead More →
Create a Node script to prevent committing to main
Use a pre-commit hook to check your current branchRead More →
Convert an array of objects to a single object in JavaScript
Includes the Array.reduce() and Object.entries() methodsRead More →
How to blur text in CSS
Using the CSS text-shadow property, we can add a blur effect to our textRead More →
Convert ISO date to local date in JavaScript
The Date.toLocaleString() method helps to represent dates in local formatsRead More →