#best-practices
Read more stories on Hashnode
Articles with this tag
Writing tests are not enough. If the tests don't fail when a bug is introduced then what's the point of writing tests. Your test should fail when the...
In React, the state is immutable. In simple terms it means that you should not modify it directly. Instead a new object should be created to set the...