fade out babel, sass, rxjs and postcss
This commit is contained in:
6
radar/2022-03-28/babel.md
Normal file
6
radar/2022-03-28/babel.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Babel"
|
||||
ring: adopt
|
||||
quadrant: languages-and-frameworks
|
||||
featured: false
|
||||
---
|
||||
6
radar/2022-03-28/postcss.md
Normal file
6
radar/2022-03-28/postcss.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "PostCSS"
|
||||
ring: adopt
|
||||
quadrant: tools
|
||||
featured: false
|
||||
---
|
||||
6
radar/2022-03-28/rxjs.md
Normal file
6
radar/2022-03-28/rxjs.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "RxJs"
|
||||
ring: adopt
|
||||
quadrant: languages-and-frameworks
|
||||
featured: false
|
||||
---
|
||||
12
radar/2022-03-28/sass.md
Normal file
12
radar/2022-03-28/sass.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title: "Sass"
|
||||
ring: hold
|
||||
quadrant: languages-and-frameworks
|
||||
featured: false
|
||||
---
|
||||
|
||||
Since the heydays of Sass, the requirements for styling solutions have changed.
|
||||
With modern solutions like [CSS-in-JS](/methods-and-patterns/css-in-js.html), [Tailwind](/languages-and-frameworks/tailwindcss.html) or [PostCSS](/tools/postcss.html), you get scoped css out of the box and can get rid of the manual and therefore error-prone BEM methodology.
|
||||
Furthermore, mapping class names to elements is no longer necessary.
|
||||
|
||||
In general the modern solutions bring a better and more robust developer experience. Therefore we put Sass on hold.
|
||||
Reference in New Issue
Block a user