• Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    apollo3-cache-persist

    apollo3-cache-persist

    Simple persistence for all Apollo Cache implementations

    Simple persistence for all Apollo Client 3.0 cache implementations, including InMemoryCache and Hermes. To get started, simply pass your Apollo cache and an underlying storage provider to persistCache. By default, the contents of your Apollo cache will be immediately restored (asynchronously, see how to persist data before rendering), and will be persisted upon every write to the cache (with a short debounce interval).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Apollo Client Browser Devtools

    Apollo Client Browser Devtools

    Apollo Client browser developer tools

    This repository contains the Apollo Client Browser Devtools extension for Chrome & Firefox. The Apollo Client Browser Devtools appears as an "Apollo" tab in your web browser inspector, alongside other tabs like "Elements" and "Console". Send queries to your server through your web applications configured Apollo Client instance, or query the Apollo Client cache to see what data is loaded. View active queries, variables, cached results, and re-run individual queries. View fired mutations...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    SWR

    SWR

    React Hooks library for remote data fetching

    The name “SWR” is derived from stale-while-revalidate, a HTTP cache invalidation strategy popularized by HTTP RFC 5861. SWR is a strategy to first return the data from cache (stale), then send the fetch request (revalidate), and finally come with the up-to-date data. With SWR, components will get a stream of data updates constantly and automatically. And the UI will be always fast and reactive. With just one single line of code, you can simplify the logic of data fetching in your project...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    axios-extensions

    axios-extensions

    axios extensions lib, including throttle, cache, retry features etc.

    A non-invasive, simple, reliable collection of axios extension. It is highly recommended to enable the request logging recorder in the development environment(disabled by default). Besides configuring the request through the cacheAdapterEnhancer, we can enjoy more advanced features via configuring every individual request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
    Try for free
  • 5
    Apollo Client

    Apollo Client

    A fully-featured, production ready caching GraphQL client

    Apollo Client is a comprehensive state management library for JavaScript that enables you to manage both local and remote data with GraphQL. Use it to fetch, cache, and modify application data, all while automatically updating your UI. Apollo Client helps you structure code in an economical, predictable, and declarative way that's consistent with modern development practices. The core Apollo Client library provides built-in integration with React, and the larger Apollo community maintains...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    FastImage

    FastImage

    FastImage, performant React Native image component.

    React Native's Image component handles image caching like browsers for the most part. If the server is returning proper cache control headers for images you'll generally get the sort of built in caching behavior you'd have in a browser. Scale the image uniformly (maintain the image's aspect ratio) so that both dimensions (width and height) of the image will be equal to or less than the corresponding dimension of the view (minus padding). Scale the image uniformly (maintain the image's aspect...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Got

    Got

    Human-friendly and powerful HTTP request library for Node.js

    ... in conjunction with got.extend() when you want to create an API client that, for example, uses HMAC-signing. You can override the request function by returning a ClientRequest-like instance or a IncomingMessage-like instance. This is very useful when creating a custom cache mechanism. The response object will typically be a Node.js HTTP response stream, however, if returned from the cache it will be a response-like object which behaves in the same way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    graphql-hooks

    graphql-hooks

    Minimal hooks-first GraphQL client

    ... on LogRocket. We believe graphql-hooks is a great choice as a hooks-first GraphQL client due to its concise API and package size. In terms of performance, this is more of a grey area as we have no official benchmarks yet. If you need a client that offers more customization such as advanced cache configuration, then apollo-hooks may work out to be a good choice for your project if bundle size is not an issue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TanStack Query

    TanStack Query

    Powerful asynchronous state management, server-state utilities

    Toss out that granular state management, manual refetching and endless bowls of async-spaghetti code. TanStack Query gives you declarative, always-up-to-date auto-managed queries and mutations that directly improve both your developer and user experiences. Writing your data fetching logic by hand is over. Tell TanStack Query where to get your data and how fresh you need it to be and the rest is automatic. It handles caching, background updates and stale data out of the box with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    jupyterlab-git

    jupyterlab-git

    A Git extension for JupyterLab

    A JupyterLab extension for version control using Git. To see the extension in action, open the example notebook included in the Binder demo. Open the Git extension from the Git tab on the left panel. This extension tries to handle credentials for HTTP(S) connections (if you don't have set up a credential manager). But not for other SSH connections. The extension can cache temporarily (by default for an hour) credentials. To use the caching, you will need to check the option Save my login...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    eslint-plugin-jest

    eslint-plugin-jest

    ESLint plugin for Jest

    ESLint plugin for Jest. If you installed ESLint globally then you must also install eslint-plugin-jest globally. Add jest to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix. The rules provided by this plugin assume that the files they are checking are test-related. This means it's generally not suitable to include them in your top-level configuration as that applies to all files being linted which can include source files. Since we cache...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    patch-package

    patch-package

    Fix broken node modules instantly

    ... a web frontend. Note that if you want to patch un-hoisted packages you'll need to repeat the setup process for the child package. Also make sure you're in the child package directory when you run patch-package to generate the patch files. Create a hash of your patches before loading/saving your cache.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Vue Query

    Vue Query

    Hooks for fetching, caching and updating asynchronous data in Vue

    Hooks for fetching, caching and updating asynchronous data in Vue. Transport/protocol/backend agnostic data fetching (REST, GraphQL, promises, whatever!) Auto Caching + Refetching (stale-while-revalidate, Window Refocus, Polling/Realtime) Parallel + Dependent Queries. Mutations + Reactive Query Refetching. Multi-layer Cache + Automatic Garbage Collection. Paginated + Cursor-based Queries. Load-More + Infinite Scroll Queries w/ Scroll Recovery. Request Cancellation. (experimental) Suspense...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    generator-ngx-rocket

    generator-ngx-rocket

    Extensible Angular 13+ enterprise-grade project generator

    ... with autoprefixer and browsers list. Internationalization managed by ngx-translate. Asset revisioning for better cache management. Unit tests using Jasmine, Karma, and headless Chrome. End-to-end tests using Protractor. Static code analysis: TSLint, Codelyzer, Stylelint and HTMLHint. Local knowledgebase server using Hads. Progressive Web App (PWA) support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Apollo CLI

    Apollo CLI

    Tooling for development and production Apollo workflows

    ... subgraphs independently. Apollo's industry-standard, open-source GraphQL clients for web, Kotlin, and iOS provide everything your apps need to fetch, cache, and interact with data from your graph. We believe in giving developers access to powerful open source tools. You will never be asked to pay for Apollo Client. Apollo Client is a way to consume a graph. Apollo, as a company, gives you multiple libraries to this that are suited to wherever you’re building your app: web, ios, and android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Aleph.js

    Aleph.js

    The Full-stack Framework in Deno

    ..., leads to instant updates in the browser. Aleph.js uses modern tools to build your app. It transpires code using swc in WASM with high performance, and bundles modules with esbuild at optimization time extremely fast. Aleph.js works on top of Deno, a simple, modern and secure runtime for JavaScript and TypeScript. All dependencies are imported using URLs and managed by the Deno cache system. No package.json and node_modules directories are needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GQless

    GQless

    a GraphQL client without queries

    a GraphQL client built for rapid iteration. From previously working on a large GraphQL codebase, the boilerplate involved with shipping new features often slowed me down. gqless is a fundamentally new approach to a GraphQL client. It makes using your API enjoyable, by generating queries at runtime based upon the data your app consumes. I wanted a GraphQL client that lets you forget you're using GraphQL, whilst tackling some issues shared across all existing GraphQL clients. First you'd need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Hitchhiker

    Hitchhiker

    A restful API test tool

    ..., no can't do. Request parameterization, including ManytoMany and OnetoOne, now you can use a request to handle multiple situations like various query strings, bodies. Make a comparison for Api's response between two different environments (eg: stage vs product). Support Handling response before comparing. Easy to deploy (support docker, windows, Linux), keep data in your control, never lose data. All changes will be auto-saved in the local cache even if refresh page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next