From 1c7faed5ddd337b103bb7dfea1baf8534b356f3d Mon Sep 17 00:00:00 2001 From: badbuta Date: Mon, 16 Jan 2023 00:33:11 +0800 Subject: [PATCH] update readme with references --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c2209e..4e8afaa 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,15 @@ Note: See below section of the explaination ## Online References - - - +- https://stackoverflow.com/questions/38187833/how-to-combine-reactjs-router-link-and-material-ui-components-like-a-button +- https://reactrouter.com/en/main/components/link +- https://www.freecodecamp.org/news/how-to-use-react-router-version-6/ +- https://devtrium.com/posts/how-use-react-context-pro +- https://www.developerway.com/posts/react-re-renders-guide +- https://mui.com/material-ui/customization/breakpoints/ +- https://reactjs.org/docs/conditional-rendering.html +- https://ithelp.ithome.com.tw/articles/10224270 +- https://www.geeksforgeeks.org/reactjs-functional-components/ ---