-
Hey guys, I had started using react-query when my hate for redux was at its peak, and using it makes me comfortable so much so that I want to port react-query to a dart package to be used in flutter. I can't find anything like react-query or close to react-query for flutter so I want to build it myself, I'm familiar with react, react-query, and flutter/dart. Therefore I want to know how react-query is implemented. Currently, I'm trying to understand this by looking into the codebase. Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
skip the |
Beta Was this translation helpful? Give feedback.
skip the
react
directory and have a look at thecore
. I can help if you have specific questions.