TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Muster – A universal data layer for components and services

13 pointsby lsjrobertsover 6 years ago

2 comments

ckluisover 6 years ago
Relevant bit: This probably sounds similar to GraphQL, a wonderful tool for abstracting APIs behind a graph. Muster takes this a step further: by putting your operations in the graph, it gives you the power to apply functions to your data, filter and map it right back into a new node, ready to be used by your components.
davewraggover 6 years ago
We&#x27;re very happy to be releasing this to the open source community. Do check out the github repo for more - <a href="https:&#x2F;&#x2F;github.com&#x2F;dwstech&#x2F;muster" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dwstech&#x2F;muster</a>