Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

William Sanders
William Sanders
11,396 Points

Do devs use SASS alongside javaScript frameworks ? (React, Angular, Etc) What are the potential problems?

I've finished the Front End Developement Track. I consider myself intermediate and I'm in the process of learning frameworks and preprocessors. The struggles I’ve encountered with CSS are when I have multiple stylesheets. I use some of the same code snippets on the majority of my code. For this reason I’ve decided to learn SASS. However, I've researched and seen first hand how some frameworks like jQuery don't mesh well with others. Does anyone here have any hands on experience with SASS and other javascript frameworks like Angular or React?

2 Answers

stjarnan
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
stjarnan
Front End Web Development Techdegree Graduate 56,488 Points

Hi William!

I have not tried Sass together with React yet. But Angular and Sass works great together, without any problems!

Hope that helps :)

William Sanders
William Sanders
11,396 Points

It really does. What do you use for the back end?