Vilva Athiban P B JavaScript developer. React, Node, GraphQL. Trying to make the web a better place to browse.

Stories by Vilva Athiban P B

Run animations in React and React Native from one codebase

Dev

Learn how to create animations for both React web and React Native mobile apps without rewriting the code with this tutorial.

Vilva Athiban P B
Jul 2, 2021 ⋅ 7 min read
Next.js Logo

How to fix layout shifts to improve SEO in Next.js apps

Dev

By following these techniques, you can drastically reduce layout shifts in Next.js apps, which help maintain good SEO and UX.

Vilva Athiban P B
Mar 26, 2021 ⋅ 4 min read
Exploring Zones in Next.js

Exploring zones in Next.js

Dev

Next.js zones allow different developer teams to build and deploy parts of an app individually, then merge them into a single application.

Vilva Athiban P B
Dec 7, 2020 ⋅ 2 min read
Optimized Media Loading Using Web Workers

Optimized media loading using the Web Workers API

Dev

The Web Workers API shines in many scenarios, one of which is efficiently loading media into web apps.

Vilva Athiban P B
Oct 20, 2020 ⋅ 5 min read
Client-side Query Customization In GraphQL

Client-side query customization in GraphQL

Dev

Client-side GraphQL query customization can come in handy when dealing with a large codebase and multiple teams.

Vilva Athiban P B
Jun 30, 2020 ⋅ 4 min read
Common Anti-patterns In GraphQL Schema Design

Common anti-patterns in GraphQL schema design

Dev

When building out a new GraphQL schema, be on the lookout for these common anti-patterns.

Vilva Athiban P B
May 18, 2020 ⋅ 5 min read