You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Community feature request:
Hello :slightly_smiling_face:,
I'm currently researching all the possible debugging tools we can use in PWA and was curious why the React.StrictMode component is not used in the root component.
Using `React.StrictMode` offers several advantages:
- Identifies Potential Issues: Detects unsafe lifecycle methods and deprecated APIs.
- Enhances Code Quality: Encourages best practices and cleaner code.
- Detects Side Effects: Helps find unexpected side effects in components.
- Improves Future Compatibility: Prepares code for future React releases.
- Optimizes Performance: Highlights performance bottlenecks during development.
Was it removed intentionally?
Thanks!
Describe the solution you'd like
A clear and concise description of what you want to happen.
Similar to next.js reactStrictMode: true flag
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Community feature request:
Describe the solution you'd like
A clear and concise description of what you want to happen.
Similar to next.js
reactStrictMode: true
flagDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: