Create account

replied 2330d
modulus
They're doing stuff that I consider wonky though, like returning HTML from their AJAX requests & just slapping that in the page. I prefer returning JSON data & build/modify HTML in JS.
modulus
replied 2330d
Me too, it's how most sites are built these days. There's nothing wrong with server side rendering either.
replied 2329d
Have a look at memberapp.github.io it has more of that paradigm