The Whatever Blog

test

Make Your Apollo GraphQL Queries Even Faster With Prefetching and Optimistic Response

December 30th, 2020

There are some possible ways to improve performance in the Apollo Client. Two of the best tweaks are prefetching data, and optimistic response. Let's spend time with each of them, and find out what they are, and where you can use them in your code.

View More

test

Extending the Default Tailwinds Theme

November 25th, 2020

Tailwinds is a fantastic CSS build tool when you want to prototype or build your apps faster, but also find tools like Bootstrap too generic and limited in customization. One of the first things you'll wish to do in Tailwinds is get your brand color palette configured. With the tailwinds intellisense extension in VS Code, you can easily pick the color you need without having to look back at a reference sheet or memorize your colors.

View More

Menu