DEV Community

Discussion on: What tech have you used in the last few weeks?

Collapse
 
adrianbdesigns profile image
Adrian Bece

React
Typescript
Redux
PostCSS
SCSS
Webpack
Chart.js
Anime.js
JavaScript
Yarn

Collapse
 
dechamp profile image
DeChamp

see I knew I forgot some. Of course that scss!!! I'm gonna have to check out PostCss, haven't heard of it.

Collapse
 
adrianbdesigns profile image
Adrian Bece

PostCSS is amazing. I would recommend using the following plugins:

postcss-preset-env (Basically, Babel for CSS)
cssnano (CSS minifier and optimizer)
postcss-simple-vars (If you prefer using SASS-style variables)
postcss-mixins (Mixins in PostCSS)
postcss-nesting (also supported in postcss-preset-env, so you can skip this if you have postcss-preset-env)
lost (awesome grid plugin)

Thread Thread
 
dechamp profile image
DeChamp

it's funny, i've used this and didn't realize that was what it was. ha ha. Very cool