|
|
|
|
|
by thermodynthrway
2893 days ago
|
|
I'm talking about my code specifically. With React I can pull in a massively complex UI component in few lines. The complexity is shifted to the library that hopefully has thousands of users so is mostly bug free. It simplifies my code at the expense of moving complexity to the shared project. Much preffered since my code will see orders of magnitude less usage than the library itself |
|