Define programming standards for React #200
Labels
architecture
Architectural task
documentation
Improvements or additions to documentation
frontend
Frontend related task
Why we need this ticket
We currently have different approaches to how the project is structured. For example, we have some components defined in an index.tsx and most of them are called .tsx.
The components are also created differently. Sometimes with 'export const = ()' and sometimes with 'export function ()'.
TODO in this ticket
Check what are development standards in React and define standards for trufos.
The text was updated successfully, but these errors were encountered: