Fidel Orozco
Aug 26, 2017 · 1 min read

I have the sense that some of the new Javascript communities have lost the knowledge gained previously in computer development experience.

React is mixing Logic with User Interface. A considered bad practice.

Next.js seems an over engineered solution in search of problems to solve, bringing a group of new problems to the table. Even the “hello-world” tutorial failed to work in my development machine, with so many layers stacked (node, npm, babel, next, react) is hard to debug what went wrong (dependencies lost, wrong versions, etc.). I can not stop in thinking that I prefer write my own Javascript code and plain Html and CSS. Not faster solution, but easier to debug and with lower erosion rate.

GraphQL … I’ll give it the credit of trying to simplify.

)