Wrap in StrictMode by default
Created by: gaearon
The default template should wrap App into <React.StrictMode>
. The ecosystem is mostly ready, and it's time to make a move in this direction before it becomes more prominent in future React versions.
You can still remove it if you want, but it's the best practice.