|
|
|
|
|
by cntainer
1312 days ago
|
|
Honestly github always felt snappy and intuitive to me, more so than many "cool" react fronts I've seen. It would be great if they wrote an article about this switch to understand some of the challenges they were facing. I would also be curious if they considered other approaches and stacks. |
|
These JavaScript UIs feel clunky and slow IMO. Maybe it's the (sometimes) dozens of calls the UI make back to the server to get data whereas if it was all rendered in the backend the round trip time would be a lot faster since the server is closer to the data, but my browser needs to make a call across the internet to the server and then to the database or whatever.
Also for tools websites at companies I work at, as a backend dev, building those tools in react is huge overhead. Webpack and react and redux etc. It's a lot to deal with for some simple tool. I'm wondering how much internal tool websites built in react slow down the development process at corps.