javascript - Is React suitable for multi page applications? -


i'm developing single page application (in case angularjs), grows find more , more tempting refactor multi page app.

however, still need ability have sophisticated, dynamic uis on client (which requires more dom manipulation awareness of information model).

i know people use jquery this; i'm afraid won't me far want, , i'm wondering if reactjs suitable job (well, when you're running small company, not facebook).

to quite honest i've tried single page app route angular, backbone , knockout extent.

in efforts i've found maintainable solution, large teams use multi-page app , rely on react create dynamic single page type experience it's necessary.

due buzz term spa i've found lot of teams think need cutting edge adding unnecessary complications spa standard multi-page mvc app better solution.

to me, react perfect solution problem of building large scale website may act multi-page app in areas necessary, use standard sane mvc elsewhere.

react works django, asp.net, ruby etc...


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -