1 minute read
Gatsby
Depending on how big a project is, React modules can become exponentially nested. Who even does this? import component from…
Career
Learning can be hard. Learning is also one constant in life. I have spent the past few years learning web development, mainly front end. We…
2 minutes read
React
Have you ever had to share state across your React application? React's Context API is great for sharing and updating state without having…