Code Monkey home page Code Monkey logo

phoebus's Introduction

Phoebus

npm version GitHub license CI workflow

This project is an attempt to solve a lot of the same problems as Apollo, but for usecases beyond GraphQL, even outside of AJAX.

Github Page

NPM Packages

Docs

Demos

Demos and Documentation

See this project in action in the demos folder.

This project has TSdoc comments on all public APIs, and you can see that documentation here.

Parts

Smart Cache

Implemented in src/core, and available for install on NPM.

Web Wrapper

Implemented in src/web, and available for install on NPM.

React hooks

Coming soon!

Contributing and Licensing

Community contributions are welcome. This project is under the MIT license and derivative works are not only permitted but encouraged.

phoebus's People

Contributors

bclehmann avatar

Stargazers

 avatar

Watchers

 avatar

phoebus's Issues

Cache previous values as well

If it used JSON stringify to check dirtiness you wouldn't need a setter, and it would work on mutable request bodies without needing to explicitly call the setter.

An LRU cache is intriguing, but different cache replacement policies have different performance characteristics, so I don't think we should impose one. For now we probably shouldn't have issues where the cache becomes too large.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.