Comment by iammrpayments

Comment by iammrpayments 19 hours ago

0 replies

The virtual dom is just part of the performance problem, the biggest problem in my opinion is the huge complexity that React adds, they solved part of it with useReducer and useSyncExternalStore, but I don’t think it will eventually be solved.