react javascript tips and tricks
Ignore those words they are for S.E.O. I want to write some tips and tricks to use when coding a react app.
1. Naming
When naming a component you should use capital letters, for example: Header.jsx, Footer.jsx
2. Extension
When working with the Context API whether you are using typescript or javascript your component which contains the CONTEXT API should have the following extensions .tsx and .jsx respectively.
3. Unit testing
When writing unit tests in React when working with typescript, your file which contains the test should have the extension such as Header.test.tsx Why ? I don't know (It is the law) 🤣🤣🤣
Thank you, please follow me


Top comments (0)