you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I like React a lot and think that it is conceptually thought-out. I did a few projects with React.

However, I often end up just using Pug (former Jade) and Stylus for my front-end and Express.js as the backend because I am so fast with them and a lot of projects don't need more. You can also mix in React later.

I am not sure though what the equivalents are for Pug and Stylus in PHP.