6 ms·
I've done a lot of React but have since been burned out by it. It takes so much configuration just to set up something basic like server side rendering. After
by terda12 10y ago
I've done a lot of React but have since been burned out by it. It takes so much configuration just to set up something basic like server side rendering. After a year of hacking around with React and wallowing through the pain, I decided to just use Django and django templates. React is nice for a whole company that has one app with a tough initial setup but great performance in the long run, but its hard for individual hackers like me who just want to get tiny webapps up and running.
- sotojuan 10y ago> It takes so much configuration just to set up something basic like server side rendering. Is server side rendering basic or necessary in most "tiny" apps?
- orf 10y ago> Is server side rendering basic or necessary in most "tiny" apps? Isn't it both?
- lcarlson 10y agoI'm going to write some examples but I've started putting down my alternative setup without flux. I think it's a much simpler/nicer setup. Would appreciate feedback: https://github.com/lancecarlson/react-mvc https://github.com/lancecarlson/react-mvc