fastify/website

Index page

Closed this issue ยท 3 comments

Eomm commented

We need to implement the index page you can see at:

https://www.fastify.io/

image

Todos

  • hero header: I think it is done and working
  • organization section
    • add a CSS filter to let the dark theme work
  • core features
    • we must check all the links
    • check light/dark theme
  • quick start section + Using CLI
  • request/response validation and hooks
  • TypeScript Support
  • Buttons sections
  • team section
  • Acknowledgments section

Challenges

  • Generate the organizations' layout
  • Show some code snippets that switch between async/await **img2
  • Generate the team layout

Tips

Open Discussion

  • Should we add a switch between CJS/ESM?
  • Improve mobile layout (collaborators go from 3 columns to 1 columns instead of 3 -> 2 -> 1)

** img2

image

hi @Eomm am up for this issue

Open Discussion

* Should we add a switch between CJS/ESM?

@Eomm i think we should have the switch, so as not to couple ourselves to either.

Eomm commented

i think we should have the switch, so as not to couple ourselves to either.

Right now we have async/await switch so I would replace it for cjs/esm where:

  • cjs example has the callback code style
  • esm example has the async/await code style

since the snippets are in the index page, we can do it without worrying about the main fastify core repo ๐Ÿ‘๐Ÿฝ