DEV Community

Cover image for Why React Is Bad (alternatives)
Atharva Shankar avhad
Atharva Shankar avhad

Posted on

Why React Is Bad (alternatives)

1.react is too slow

so this is not so surprising. we all know that react is slow. but this not the thing that make you stop using react. but it is not worth. imagine you spent 7 days working on a project you deployed it on netlify. and the only one response you got is "your app have Sh*t performance" just look at benchmarks

Image description

2.react router dom

Image description

I am not saying that react router is not bad.
the point is , I am saying react is used for create SPA (single page application) and you have to install third-party package to link things and creating routes. Ands its not even Facebook's package.

3.create react app

img

create react app is too slow. you have too wait for half an hour. like the time mind waiting. best way to create a react app is using VITE.

4.react is expensive

img

it costs moneys. because of server fees. react is bulky to use. take a lot of storage. if have billion dollar server this thing doesn't matter.

5(and last one). head component

img
see. to change the title of webpage you have to go to public folder. enter index.html and then change title. and after lot of work. closed your editor and you saw that. there is typo in title. this freaking thing is too annoying.(based on true story)

conclusion (and alternatives)

React is bad. all above points are true just try it your self.

alternatives

there is one one alternate look at image down below/
img

Top comments (0)