|
|
|
|
|
by Rapzid
977 days ago
|
|
Saw a team trip all over themselves trying to implement the pagination and also introduced a bunch of caching bugs(predictable any time caching is introduced). It's cool that it's ALSO a general pattern for any async call, but it's really heavy for just that if you don't want the caching and stuff. Personally I'm just sticking with MobX and more straightforward fetching mechanics. |
|