react
TanStack Query
react | TanStack Query | |
---|---|---|
81 | 69 | |
46,582 | 46,451 | |
0.2% | 1.0% | |
4.9 | 9.9 | |
10 days ago | 3 days ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
react
-
React query, hook personalizado.
Guía de TypeScript para React: Using TypeScript with React
- Onde contribuir no #Hacktoberfest 2024
- Cheatsheets for React Devs Transitioning to TypeScript
-
How to use Typescript in React apps
Congratulations, you now know how to use TypeScript in your React App. For further reading check out this React TypeScript cheat sheet
- React Basics: Essential Knowledge for Every React Developer
-
Ultimate Guide & Resources to Enhancing Your ReactJS Skills || 16 GitHub repositories
Quickly reference the essentials with these handy React cheatsheets.
- Anyone got good resources for experienced devs that don't know front end?
-
Any good books for React, Typescript, Tailwind combo?
For React and Typescript, this is the bible: https://react-typescript-cheatsheet.netlify.app/
- Can anyone recommend a decent tutorial/docs for React TSX
- Typescript: 5 Resources To Become A Pro
TanStack Query
-
Troubleshooting TRPC data flicker: From recognizing the problem to fixing it
isLoading: As explained in this comment by TkDoDo and the source code, isLoading is determined by the combination of status and fetchStatus:
-
Effective Patterns for Shared State Management in React
For server-state (data fetched from an API), tools like React Query or SWR shine. They handle caching, refetching, and error states without needing to push API responses into Redux.
-
How To Fetch The Data From API In React JS
React Query Documentation
-
😎 Top React Native ESSENTIALS Tech Stack for 2025 🫵⛳️
TanstackQuery
- 10 Must-Try React Libraries for 2025 🚀
-
Weekly JavaScript Roundup: Friday Links 15, January 17, 2025
React Query 5.63 introduces the ability for useQuery and useQueries to unsubscribe from the query cache. This feature is especially useful for scenarios like unsubscribing from hidden React Native stack screens, including their ongoing queries. It provides a more flexible and granular alternative to react-freeze.
-
React v19 has been released
Great to see this--there are some nice features that encourage using standard web technologies like forms, and some solid quality of life improvements.
However, I'm disappointed (but not surprised, this was listed as out of scope for 19) that triggering Suspense is still basically "use a framework that supports it." I have not been able to find any documentation or blog posts about the mechanism. I've tried to figure out how it works by looking at TanStack Query, but I've had limited success so far. I've found they're copying React's twist on Promises [1], but I haven't gotten this to work yet.
I know the general idea is you throw Promises, but Suspense explicitly forbids using promises created during rendering. This means you can't just interrupt the component's initial render to load some data, and then restart it when its data is available. This means the component needs to deal with null data somehow, instead of, e.g., being able to call a custom `useSomeData` hook and rely on it to first suspend and then return the loaded data. Not having to deal directly with loading states in individual components could simplify things quite a bit.
Has anyone explored this side of Suspense?
[1]: https://github.com/TanStack/query/blob/main/packages/query-c...
-
React query, hook personalizado.
Repositorio oficial: TanStack Query (React Query) GitHub
- Fundamentals of React Native App Development: Dependencies, Performance, Native Modules, and Publishing Guide
-
In-Depth Comparison: How to Choose the Most Suitable Enhanced Request Library
@tanstack/react-query
What are some alternatives?
react-bits - ✨ React patterns, techniques, tips and tricks ✨
zustand - 🐻 Bear necessities for state management in React
tailwindcss-typography - Beautiful typographic defaults for HTML you don't control.
axios - Promise based HTTP client for the browser and node.js
usehooks - Easy to understand React Hook code recipes
apollo-client - The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development.