I made an app with react library and saved all the files as .js and its working perfectly fine. Can anyone please help me in understanding what differences does it bring when we save the files with .jsx extensions in terms of performance or anything?
And if it doesn’t why do we use .jsx ?
PS: Although, I am new to react but I am aware of the basic differences between .jsx and .js extensions.