LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

Remove React.FC from template #13

Closed LunatiqueCoder closed 2 years ago

LunatiqueCoder commented 2 years ago

Is your feature request related to a problem? Please describe. React.FC has a few downsides and is not recommended to use it. For more information: https://github.com/facebook/create-react-app/pull/8177

Describe the solution you'd like Please remove all occurrences.