#typescript
Posts and snippets tagged #typescript.
rss feed ↗posts
Building a Smooth Blurry Loading Effect for Images in Shopify Hydrogen
Learn how to create a beautiful blurry loading effect for images in Shopify Hydrogen that enhances user experience while images load.
Simplify your Node.js project with module aliases
Tired of dealing with complex file paths in your Node.js project? Learn how to set up module aliases using TypeScript and module-alias package to simplify your imports and improve your development experience.
snippets
Parse functions from string
Safely send JavaScript functions from your server to your client by serializing them as strings, then parsing them back into callable functions on the client side.
Relative time-ago parsing
A simple utility function to parse relative time-ago into human-readable format.
Casing utilities
A various ready-to-use string casing utilities in Typescript.
Color validator
Validate strings to ensure they represent valid colors in various formats (hex, RGB, and named colors).