Skip to content

Commit

Permalink
docs: add example with React
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Mar 10, 2023
1 parent fbd8b8b commit 4cee26d
Show file tree
Hide file tree
Showing 5 changed files with 405 additions and 87 deletions.
2 changes: 1 addition & 1 deletion src/pages/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ A slightly more complex chat application, introducing [middlewares](/docs/v4/mid

## Front-end frameworks

- [React](/how-to/use-with-react)
- [Vue 3](/how-to/use-with-vue)

## How to...
Expand All @@ -31,5 +32,4 @@ A slightly more complex chat application, introducing [middlewares](/docs/v4/mid
- [use with `express-session`](/how-to/use-with-express-session)
- [check the latency of the Socket.IO connection](/how-to/check-the-latency-of-the-connection)
- [upload a file](/how-to/upload-a-file)
- [use with React hooks](/how-to/use-with-react-hooks)
- [register a global middleware](/how-to/register-a-global-middleware)
80 changes: 0 additions & 80 deletions src/pages/how-to/use-with-react-hooks.md

This file was deleted.

Loading

0 comments on commit 4cee26d

Please sign in to comment.