You are here |
backlight.dev | ||
| | | |
kurtextrem.de
|
|
| | | | Technical deep-dive on why you shouldn't have SVGs in your JS bundle and better techniques for JSX usage. | |
| | | |
amxmln.com
|
|
| | | | In this tutorial, I share my current method of creating SVG sprites containing icons automatically from the contents of a folder by using a custom Vite plugin, including how to optimize them with SVGO | |
| | | |
fotis.xyz
|
|
| | | | Introducing @svg-use, a set of tools and bundler plugins, to ergonomically load SVG files as components, via SVG's use[href] mechanism. | |
| | | |
www.softdevtube.com
|
|
| | Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle, |