|
|
|
|
|
by theonething
1534 days ago
|
|
In my experience, adding SPAness doubles the complexity of your application. Now you're maintaining and synchronizing the same state in two places and adding extra code in a different language (if you're not using JS on the backend). |
|