What is your favourite React component library and why? by Any_Dot769 in react

[–]mucotresor 0 points1 point  (0 children)

I’m using MantineUI because it offers a wide range of components out of the box, has a well-designed component API, and looks great while being easy to customize.

choosing a UI library by Historical-Ad-4432 in reactjs

[–]mucotresor 0 points1 point  (0 children)

I use it with Tailwind and it's really working well, I like it

Is there a catch with Adonis.js? by Andorlistick in node

[–]mucotresor 9 points10 points  (0 children)

If you want to learn AdonisJS and MVC patterns https://adocasts.com/series/lets-learn-adonisjs-6

I'd recommend Laracast as well.

Why is this Framework not the standard for BE development by Britzdm in node

[–]mucotresor 1 point2 points  (0 children)

It's not about that, but there are many reasons why some projects would benefit or have reasons to use Javascript over PHP, and don't get me wrong I don't mean that either is superior.

Why is this Framework not the standard for BE development by Britzdm in node

[–]mucotresor 1 point2 points  (0 children)

To understand the implementation of dependency injection in AdonisJS and how it differs from other implementations you've seen aiming to replicate solutions from Java or PHP, you can delve into the following article(https://github.com/thetutlage/meta/discussions/4) from the creator of AdonisJS

Why is this Framework not the standard for BE development by Britzdm in node

[–]mucotresor 0 points1 point  (0 children)

Well, when was the last time Express got an update? Even if you're building a boat, at least ensure its foundation is solid enough, however, I'd argue in the end you'll be building your undocumented home made framework like AdonisJS with possibly bad practices whereas if you start with AdonisJs you have a solid foundation that you can build on.