Miscellaneuous
Recipes that don't fit in elsewhere, or that apply everywhere.
Coding in Javascript rather than Typescript
Rename all of your .ts files to have a .js extension, and rename all of your .tsx files to have a .jsx extension. Then remove any Typescript specific code from them.