Ever since React 18 has been released I see a lot of confusion around the idea of components mounting twice in strict mode during development. This is important, because it will help you ensure your code is ready for concurrent features. It left a lot of people confused, however; on…