JP

Home
Blog
Projects
Values
Home
Blog
Projects
Values

🧠 Jarod's Brain

A jumbled collection of tips, tricks, bug fixes and random thoughts about web development. Shipped directly from Jarod's brain.

Custom Scrollbar in CSS

07/07/2020

Creating a custom scrollbar in CSS is quite easy. However, we need to take extra measures to add cross-browser support to our custom scrollbar styles.

Read More

Slide-Out Mobile Menu Using React Hooks

07/07/2020

Create a simple slide-put menu using CSS that slides underneath the navbar and header. Built using React hooks. No jQuery!

Read More

Full Width Responsive CSS Triangle

07/07/2020

CSS triangles can be a pain to work with. In this article, we'll create a simple full-width, responsive and pretty cool-looking triangle using CSS to separate our HTML sections.

Read More

Global State Management in Gatsby

06/07/2020

Managing state in Gatsby between pages is different than plain React/Vue because you can't use Redux. However, using Gatsby's `wrapRootElement` function accomplishes the same thing, and can be used ...

Read More

Styled Components in 5 Minutes

07/07/2020

Styled components in 5 minutes

Read More

Simple Countdown using React Hooks

07/07/2020

Create a simple countdown and timer component in Javascript using React hooks. Use the useEffect() and useState() hooks to create a countdown in React.

Read More


12