This section is about code tips and fixes. I record them here so I can reference them when I need to. I hope others may find them useful too.
Links
Have multiple sites running locally using virtual hosting with MAMP
Link >
Posts
- Update all dependencies in package.json to latest
- Accessible hash links
- Difference between var, let and const
- Difference between document.ready and window.onload
- Passing a function prop from child to parent
- Passing a function prop from parent to child
- JQuery scrolling logic
- CSS gradient mask
- Animate objects depending on scroll position
- Alternative to running useEffect once