Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager

This commit is contained in:
Jamie Curnow
2022-05-12 08:47:31 +10:00
parent 4db34f5894
commit 2110ecc382
830 changed files with 38168 additions and 36635 deletions

20
frontend/README.md Normal file
View File

@ -0,0 +1,20 @@
# NPM Frontend
The frontend package is a React based UI, bootstrapped with
[Create React App](https://github.com/facebook/create-react-app) and written in
Typescript.
## React Modules
- [Chakra UI](https://chakra-ui.com/)
- [Formik](https://formik.org/)
- [React Query](https://react-query.tanstack.com/)
- [React Table](https://react-table.tanstack.com/)
- [React Router](https://reactrouter.com/)
- [Format.js](https://formatjs.io/docs/getting-started/installation/)
- [Rooks](https://react-hooks.org/)
Some light reading that inspired the concepts used in the UI:
- [Using react-query with react-table](https://nafeu.medium.com/using-react-query-with-react-table-884158535424)
- [Server side pagination using react-table and react-query](https://dev.to/elangobharathi/server-side-pagination-using-react-table-v7-and-react-query-v3-3lck)