Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add StrictMode to react template
Adding strict mode will create more robust applications including - Less of a chance of a hiddent time bomb of an infinite loop that jus thappenes to not be getting triggered yet - Less of a chance of having bugs related to non hermetic useEffects etc.
- Loading branch information