Skip to content

improved codebase #388

@magsout

Description

@magsout

I want to improved and made the codebase easier to maintain and understand. We use https://nextjs.org/ for the server and the client. So we can move local feature to nextjs features (like fetching data).

libraries

function components

Replaced class components by function components (by using react hook):

accessibility

added missing property like aria-*

fetching

Improved fetching by using getServerSideProps and swr

Then we could remove request

modules

renamed modules by normalizers then tests all functions.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions