DEV Community

Discussion on: Stop Using React

Collapse
 
thorx86 profile image
Athaariq Ardhiansyah

It's not React's fault, the real problem is actually the most web server assumes your site can be dynamically served like PHP whereas SPA only statically served.

That's my motivation of creating Kuda Web Server, which compresses and stores all compiled React app into RAM. Performance boost especially on server with HDD.

Please take a look: github.com/Thor-x86/kuda

Some comments have been hidden by the post's author - find out more