|
|
|
|
|
by parthdesai
709 days ago
|
|
Loved react till v15, I'm lucky enough that I moved into a strictly backend role right about when react 16 was introduced. I don't comprehend how hooks stuff is more readable. I occasionally browse the front end code in our company when trying to debug an issue, and the code just looks so un-intuitive. It's littered with `useHooks`, `useEffect`, `useMemo` and stuff. It's night and day comparing that to our backend/backoffice written in Elixir. |
|