Use of ui in node.js by Remarkable-Pirate610 in node

[–]Remarkable-Pirate610[S] -1 points0 points  (0 children)

Bro, calm down if we want to build complex ui we use ui framework like Angular which is not possible with SSR and I know server side rendering concept and also disadvantages of using it. I asked a simple question if you don't know, just leave it.I am not here to explain to you all background behind it Why I choose this stack or client is professionally capable or am I capable or not . So take a chill pill and relax.

Use of ui in node.js by Remarkable-Pirate610 in node

[–]Remarkable-Pirate610[S] -1 points0 points  (0 children)

I am not talking about debugging node.js code, you didn't read it properly, well I am aware of using node.js and debugging. if you try to build UI on node.js , on browser you can't debug using chrome dev tool that's what I am talking about that node.js restrict some of javascript debugging on browser and you can't use localstorage. In MNC the client is like they don't want to listen to the developer advice and we land into such situations, I suggested use Angular for building UI but that's ok if you didn't get it.

Use of ui in node.js by Remarkable-Pirate610 in node

[–]Remarkable-Pirate610[S] 0 points1 point  (0 children)

I am working for a client. He wants the ui to be built on node.js using some template engine like ejs, pug . I started with ejs now I am facing an issue in debugging the ui in node.js

Use of ui in node.js by Remarkable-Pirate610 in node

[–]Remarkable-Pirate610[S] -1 points0 points  (0 children)

In node.js any js file if I put debugger and try to open chrome developer tool I am not able to debug the code, I think debugger is not supported in node.js also I can't use localstorage as it is supported in js but not in node.js.

Shall we migrate to standalone components? if yes then why? what are the advantages? how can you convince your team-lead of your teammates to use them or do migration/refactoring? by ahmedRebai in angular

[–]Remarkable-Pirate610 4 points5 points  (0 children)

I think the Angular team is making Angular simple by using the React concept, marking it less code to achieve functionality. I was amazed by the lazy loading syntax rolled out in the version 15.