HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jmconfuzeus

no profile record

comments

jmconfuzeus
·4년 전·discuss
I think we would be much better off using traditional html, bootstrap scss, and some jquery for interactions. But nobody likes to be boring so React it is.

React itself isn't really the problem because there are some valid use cases for it. However, it's currently being thrown at every web development problem even when there are better and more stable solutions.

But if I had to use React today, I'd stay away from MUI for sure since they constantly demonstrated a lack of maturity.
jmconfuzeus
·4년 전·discuss
Not OP but I'll give you an example concerning a project that used Material UI which is a React UI component library.

For one, we had to rewrite the app 3 times because the library switched from Less, to 2 different css-in-js solutions across 3 different major versions.

Then we switched to server side rendering and suffered some weird glitches. Turns out, when using SSR, styles get rendered twice: once on the server and once in the browser. So you have to write a custom logic to remove the styles that are rendered on the server.

What I'm trying to say is that React was invented at Facebook to solve problems they were having but the industry was too quick to adopt it as a solution for their own problems. Facebook can afford to rewrite a piece of software 100 times because of their unlimited budget. They can also deal with all the bs that comes with frontend frameworks because of their ability to throw an unlimited amount of engineers at a problem.

Small company with 10 engineers? Just use something appropriate for problems you're trying to solve at your budget.
jmconfuzeus
·4년 전·discuss
I noticed that proponents of TDD are mostly consultants who sell TDD courses or seminars.

You rarely see someone who writes production code preach TDD.

Something fishy there...
jmconfuzeus
·4년 전·discuss
A game where you fight massive dragons in space in your spaceship.

I'm talking dragons like Rayquaza from Pokemon.

If someone doesn't build this then someday I'll learn some C++ so that I can build it myself.