Skip to content

Instantly share code, notes, and snippets.

View apcomplete's full-sized avatar

Alex Padgett apcomplete

View GitHub Profile
@apcomplete
apcomplete / client.app.js
Last active August 29, 2015 14:18
iris money formatting
require('./helpers');
.....
@apcomplete
apcomplete / BreweryNotes.mkd
Last active January 3, 2020 15:39
Pro-brewer notes

Beer and Brewing Podcast notes

  • 1 bbl = 31 gal
  • 4lb/bbl = 2.06oz/gal

Aslin

  • Dry hop around 65*F
  • Layer whirlpool hops based on character at different temperatures. Some oils break down at higher temps.
  • Dry hop post-fermentation
  • No bittering additions in the brewery

RTK Query

What is RTK Query?

  • RTK Query is a powerful data fetching and caching tool. It is designed to simplify common cases for loading data in a web application, eliminating the need to hand-write data fetching & caching logic yourself.
  • It's built on top of RTK, namely createAsyncThunk and createSlice.

TLDR: Abstraction of fetching logic + caching

What are the major features of RTK Query?