#frontend-tech
2019-12-02
JinWen
09:13:02
@onlystp417 has joined the channel
fly
15:22:30
mrorz
2019-12-02 15:29:18
寫得好多~~
不過其實 styled-system 是走 utility-first 派別的 css-in-js solution,跟 tailwind css 那些可以擺在一起,但反而跟文章上面提到的 OOCSS、SMACSS、BEM、CSS modules 都沒有太大關係。
要說從 SMACSS、BEM 可以學到什麼東西放進 css-in-js 來實踐,我會建議下面這篇
不過其實 styled-system 是走 utility-first 派別的 css-in-js solution,跟 tailwind css 那些可以擺在一起,但反而跟文章上面提到的 OOCSS、SMACSS、BEM、CSS modules 都沒有太大關係。
要說從 SMACSS、BEM 可以學到什麼東西放進 css-in-js 來實踐,我會建議下面這篇
mrorz
15:29:18
寫得好多~~
不過其實 styled-system 是走 utility-first 派別的 css-in-js solution,跟 tailwind css 那些可以擺在一起,但反而跟文章上面提到的 OOCSS、SMACSS、BEM、CSS modules 都沒有太大關係。
要說從 SMACSS、BEM 可以學到什麼東西放進 css-in-js 來實踐,我會建議下面這篇
不過其實 styled-system 是走 utility-first 派別的 css-in-js solution,跟 tailwind css 那些可以擺在一起,但反而跟文章上面提到的 OOCSS、SMACSS、BEM、CSS modules 都沒有太大關係。
要說從 SMACSS、BEM 可以學到什麼東西放進 css-in-js 來實踐,我會建議下面這篇
1
mrorz
15:29:33
MadeByMike
My attempt to modernise some learnings from CSS architecture and how to apply them in the context of modern JavaScript applications.![]()
- ❤️2
2019-12-04
titangene
19:05:41
@titangene.tw has joined the channel
2019-12-12
pokai
18:20:09
@neson has joined the channel
2019-12-17
2019-12-30
jihchi
21:15:42
https://andywhite.xyz/posts/2019-11-07-a-laymans-guide-to-applicatives-in-reasonml/
Highly recommended!
Highly recommended!
andywhite.xyz
Other posts in this series: A Layman’s Guide to Functors in ReasonML Applicative functors I’ll start this post off with a tantalizing quote that I first heard from a former colleague/mentor Kris Nuttycombe: In functional programming, applicatives are the essence of parallel processing, and monads are the essence of sequential processing. In this post about applicative functors (aka applicatives), and my next planned post about monads, I hope to dig into this notion, and try to impart some intuition as to why this is true.