Index page
Closed this issue ยท 3 comments
Eomm commented
We need to implement the index page you can see at:
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
- the work of @luisorbaiceta can inspire you at https://github.com/fastify/website-next/blob/3341dd3131a01d7a8e1d3246c8ccb88f1ba9a88b/src/pages/index.tsx
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
HassanBahati commented
hi @Eomm am up for this issue
HassanBahati commented
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 ๐๐ฝ