Integrating AI tools into various coding and non-coding workflows

For AI tools to be useful to your team, they have to fit into your existing workflows ...read more

5 min read

Incremental Static Regeneration: Building static sites a little at a time

There are a lot of opinions out there about how to improve and scale sites “beyond the Jamstack” by adding ...read more

7 min read

Event bubbling and capturing in React

This article explores what Synthetic Events are and how they works in tandem to event bubbling and event capture and ...read more

9 min read

Best practices to increase the speed for Next.js apps

Next.js is a powerful yet simple framework, though developers still struggle to increase the speed of their applications. Here's how ...read more

7 min read

Does ES6 make JavaScript frameworks obsolete?

Is ES6 the JavaScript release that will finally free us from the endless cycle of frameworks? Let us explore some ...read more

10 min read

Why hooks are the best thing to happen to React

Originally, React mainly used class components, which can be strenuous at times as you always had to switch between classes, ...read more

7 min read

A complete guide to the useEffect React Hook

The side-effect Hook of React as we know it, is one of the most useful yet tricky to grasp. This ...read more

29 min read

An extensive guide to React Router version 6

React router as we all know is the goto 3rd party routing system for react. This comprehensive article breaks down ...read more

24 min read

A beginner's guide to JSON, the data format for the internet

When APIs send data, chances are they send it as JSON objects. Here's a primer on why JSON is how ...read more

8 min read
Web Bulletin ™