Giter VIP home page Giter VIP logo

Comments (3)

programmiri avatar programmiri commented on July 3, 2024 1

Hi! Thanks for the input!

I need to take a bit time to checkout how TS is used best in React and in combination with GraphQL (also: dive a bit into GraphQL 😅) to figure out how to use TS best and also how to separate files and probably also update the structure of the directory. It's a lot of new things right now (or: forgotten things), phew!

Really appreciate your input on that 🙏 so, please bring it on! I also have given you access to the priv repository "product development" where I want to write these kind of things down to keep track on them a bit, you can also use that if you want.

from conference-buddy.

programmiri avatar programmiri commented on July 3, 2024

Todos

  • add styles for bigger screens (optimized for mobile first currently)
  • add tests for existing small components (snapshot?)
  • [ ]

Todos moved to next iteration

  • check use of Layout component (test ability in mind)
  • test accessibility manually
  • graphql testing...??
  • clean up typescript chaos and add proper typing / interfaces (maybe move that a bit until data structure is more clear?)
  • check for automated accessibility testing

from conference-buddy.

coderbyheart avatar coderbyheart commented on July 3, 2024

The mapping between GraphQL results and TypeScript can be solved by defining a type for the properties in the pages. After all they need to follow a certain structure to be rendered properly. Eventually the proper structure of the pages could be verified using a JSON schema.

It could also help to separate the code that loads the data from the code that displays it, after all the TSX that renders the data doesn't need to care where the data comes from, and could be moved to a separate file.

from conference-buddy.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.