updated README

This commit is contained in:
DomySh
2022-07-22 01:15:36 +02:00
parent 08a2cc1b0a
commit 82ea49d9ec
2 changed files with 1 additions and 8 deletions

View File

@@ -6,6 +6,6 @@ The frontend of firegex is written using create-react-app.
The routing of the pages is managed by react-router 6 and the graphics is mainly managed by the framework [Mantine](https://mantine.dev) and icons provided by [React Icons](https://react-icons.github.io/react-icons/).
The style of the page is written with [sass](https://sass-lang.com/).
The page is auto-updated by a global timeout that raise an event triggering all parts of the app that requires fetch updated data from the backend, the update of these data.
The page is auto-updated by a global timeout and also thanks to socket.io that raise an event triggering all parts of the app that requires fetch updated data from the backend, the update of these data.
## [GO BACK](../README.md)