wtsang11 / TechExplore

MIT License
0 stars 0 forks source link

Introduction #194

Open wtsang11 opened 2 years ago

wtsang11 commented 2 years ago

http://localhost/TechNotes/wp-admin/post.php?post=1500&action=edit

-- github codes master https://github.com/LinkedInLearning/learning-gatsby-2833047 -- To be able to switch to different branches locally: git remote add upstream https://github.com/LinkedInLearning/learning-gatsby-2833047 git pull --all -- to switch to a branch eg git checkout 02_01

VSC: http://localhost/lab/python/utilities/study_codes/opencodes.php?f=/Users/wtsang/Lab/react/morten_gatsby/

wtsang11 commented 2 years ago

Helpful Concepts

-- Adding tooltip to content https://paladini.dev/posts/how-to-make-an-extremely-reusable-tooltip-component-with-react--and-nothing-else/ -- React Fragments https://blog.logrocket.com/react-fragments-an-overview/ -- Layout component https://www.gatsbyjs.com/docs/how-to/routing/layout-components/