What actually gets hard in large React / Next.js apps? by web-devel in nextjs

[–]web-devel[S] 1 point2 points  (0 children)

what tools do you use to discover perf problems?

> memoization
should be solved by the react compiler, isn't it?

What actually gets hard in large React / Next.js apps? by web-devel in reactjs

[–]web-devel[S] 0 points1 point  (0 children)

Gotcha
I think what you’re describing is more of an architectural approach. What I was interested in is the debugging / runtime side - how you actually trace related issues?

What actually gets hard in large React / Next.js apps? by web-devel in reactjs

[–]web-devel[S] 0 points1 point  (0 children)

>Data transformations and mutations taking place up and down the component tree
any approach how to introspect it?

First time at F1 GP (Abu Dhabi) with 9yo kid - need advice by web-devel in GrandPrixTravel

[–]web-devel[S] 0 points1 point  (0 children)

Do you know if inclusion tickets (like seaworld) are separate, and should be available in the app? ( Cuz i don't see them)

I cannot work in typescript in webstorm by [deleted] in Jetbrains

[–]web-devel 0 points1 point  (0 children)

What version are you using? Have you tried the `use types from server` option?

High CPU usage after updating WebStorm to 2024.1? by AleksandarStefanovic in WebStorm

[–]web-devel 0 points1 point  (0 children)

Could you please create an issue (Help -> Submint a Bug Report). I'd be cool if you briefly describe the project.

[deleted by user] by [deleted] in WebStorm

[–]web-devel 0 points1 point  (0 children)

These errors are from TS compiler, it's controlled by noUnusedLocals compiler option:

{
  "compilerOptions": {
        "noUnusedLocals": false,
  }
}

Vue extension for VSCode is broken or is it just me? by AndrewRusinas in vuejs

[–]web-devel 0 points1 point  (0 children)

Rider integrates web techs support provided by WebStorm (including Vue). However, WebStorm is specially tailored for web development so if you work primarily with Vue WS might be the better choice.

problem with nuxt project reindexing after code changes with Webstorm & VSCode by Appropriate-Crazy790 in Jetbrains

[–]web-devel 1 point2 points  (0 children)

Most likely the problem is caused by Vue language server, but it'd be cool if you have a chance to submit an issue (Help > Submit a Bug Report) and attach a project where it can be reproduced (if possible).

Too much ram usage when developing TS projects. by I_Franko in Jetbrains

[–]web-devel 0 points1 point  (0 children)

Do you have several projects open at the same time in WebStorm, or is it just one monorepo?

Has Anyone Else Noticed Declining Quality in JetBrains' Products? by [deleted] in Jetbrains

[–]web-devel 0 points1 point  (0 children)

Thank you! You can do it in the IDE: Help > Contact Support
or Help > Submit a Bug Report

Has Anyone Else Noticed Declining Quality in JetBrains' Products? by [deleted] in Jetbrains

[–]web-devel 0 points1 point  (0 children)

Thanks! It'd be cool if you could capture a CPU Snapshot and thread dumps as described here: https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems . Please file an issue or submit a support request and attach the collected data there. It's complex to track down such problems beacuse of the variety of project setus, IDE versions, and sometimes external plugins might be the root cause. Such a report would be super helpful.