Are pug/jade and sass compatible with react?
I enjoy organizing my code by separating files, and the functionality that sass and pug provide is great for this purpose.
Is there a way to integrate pug and sass into a react project?
Pug example:
doctype html
html(lang="en", dir="ltr" , xmlns="http://www.w3.org/1999/xhtml" , prefix="og: http://ogp.me/ns# fb:http://ogp.me/ns/fb#")
head
meta(charset="utf-8")
link(rel="stylesheet" , href="style.css")
body
p.a minim tamen labore cillum aute nulla quis anim anim summis
ul
each val in('one','two','three')
li
a(href="#",target="_blank")=val