Functional CSS

8 bookmarks
Custom sorting
Rationalizing Functional CSS | Marcelo Somers
Rationalizing Functional CSS | Marcelo Somers
It's fun writing beautifully architected CSS components, but the fact is, I won't always be there, and in the monolith model, the team will never stop writing CSS. Functional CSS is the idea that instead of writing big, monolith components in my CSS, I write small, single property, immutable classes that can be assembled into a larger component in HTML.
·marcelosomers.com·
Rationalizing Functional CSS | Marcelo Somers
Functional CSS (FCSS) – Wealthfront Engineering Blog
Functional CSS (FCSS) – Wealthfront Engineering Blog
We’re big fans of functional programming at Wealthfront. Emphasizing immutability and functional style means fewer “surprises” because side-effects are limited or nonexistent. We can quickly build up large systems from discrete, focused components by way of composition. Applying such principles is straight forward in most languages, even if they’re not functional by definition, but the... Read more
·eng.wealthfront.com·
Functional CSS (FCSS) – Wealthfront Engineering Blog
Simplify Styling with Functional CSS
Simplify Styling with Functional CSS
Do you dread styling your apps? Fear that a change might break the styles you crafted through many hours of labour? I'm here to tell you that there's another way.
·blog.rangle.io·
Simplify Styling with Functional CSS