1
0

Update documentation.

This commit is contained in:
PA4KEV 2023-08-15 21:46:19 +02:00
parent 22336e1f31
commit 9f9e8e27c4

View File

@ -39,6 +39,12 @@ https://www.npmjs.com/package/html-react-parser
Convert SVG to React component: https://svg2jsx.com/ Convert SVG to React component: https://svg2jsx.com/
## Node
List outdated packages: `npm outdated`
Update all dependancies: `npm update`
--- ---
## Documentation ## Documentation
@ -55,6 +61,10 @@ Convert SVG to React component: https://svg2jsx.com/
[Giraffe F# web framework](https://github.com/giraffe-fsharp/Giraffe) [Giraffe F# web framework](https://github.com/giraffe-fsharp/Giraffe)
[Docker hub - Node](https://hub.docker.com/_/node/)
[Docker hub - Nginx](https://hub.docker.com/_/nginx)
### Code Splitting ### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)