Tag: JavaScript
All the articles with the tag "JavaScript".
Why I Chose React Over Vue - Steven Poulton
Updated: at 04:55 AMA look at why immutability and functional workflow are better solutions than reactive state and domain-specific language
Winning with CSS Variables
Updated: at 03:29 PMSome cool ideas of things to do with CSS variables; now supported by all modern browsers
CSS Custom Properties and Theming
Updated: at 10:27 PMUpdate css variable values using JavaScript and update all stylesheet rules that reference that variable
TypeScript at Slack: how we converted and what we learned
Updated: at 01:53 AMCase study of converting a large codebase from JavaScript to TypeScript: it is not as painful as you might think.
CSS Animations vs the Web Animations API: A Case Study
Updated: at 04:41 PMControlling CSS keyframes, transitions and animations from JavaScript: pretty intuitive
A Javascript journey with only six characters
Updated: at 10:04 PMYou can write any JavaScript program using only the characters []()!+
Yarn: A new package manager for JavaScript
Updated: at 09:51 PMFacebook fixes several problems with npm; will yarn become the new standard, will npm make changes, or will developers not care?
The target="_blank" phishing attack vector
Updated: at 03:39 PMIf you use target="_blank" you need to also use rel="noopener noreferrer"
Using var, const, and let in JavaScript
Updated: at 04:33 PMWhen? var => never. const => for objects and arrays. let => for primitives
The Search For The Holy Grail: How I Ended Up With Element Queries, And How You Can Use Them Today - Smashing Magazine
Updated: at 02:24 AMEQCSS, an experiment in extending CSS with Element Queries, a way to apply styles based on element-specific conditions