04 Juli
Publish date: Jul 4, 2019
Last updated: Sep 6, 2019
Last updated: Sep 6, 2019
IMAGE GALLERY (2)
Migrate :: hugo –> gatsby
- chance to learn react
- NEtlifyCMS
- tailwindcss - css framework
- The plan
How to create and add mindmaps to html blogs?
svg export from freeplanes is not good enough for dense and large MM https://www.w3schools.com/howto/howto_css_timeline.asp
- SVG
- XML based vector image format, open standard by W3C.
- Lets you write images using code
Gatsby test drive
- npm install too many modules, I dont know how many. Takes a while for the first time
- SPA - server sends all logic code to frontend, bare bones and all rendering happens at client side. like in react.
- SSR
- server side rendering
- FSR
- front side rendering
writing html inside js files partials ~ react components