Skip to content

Port to Typescript, graphql-codegen, and react-query #32

@oohwooh

Description

@oohwooh

At some point, I want to port clear to Typescript, using graphql-codegen and react-query

Additionally, I am also working on a more advanced system for CRUD forms using gql-codegen and RJSF for a separate project. This should be relatively easily portable to clear, and will provide a lot of improvements to the developer and user experience when it comes to CRUD forms.

react-query will allow us to move away from server side rendering + data fetching, which should improve the perceived speed of the site significantly, and reduce our fly bill.

Another huge benefit of react-query is it allows us to mock data, drastically lowering the barrier of entry to potential contributors. (Right now we either need to give them private keys + admin token, or for them to run gql-server and all other microservices locally)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions