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.

Show HN: Studiokit-Net-JS – Declarative, Configurable API Access for Redux

1 pointsby jkdufairover 6 years ago

1 comment

jkdufairover 6 years ago
This is a library we built to simplify access to RESTful APIs in applications using Redux. After a few apps built using thunks for RESTful access, we wanted something that was a bit more opinionated and required less ceremony. There is also an accompanying library, (studiokit-auth-js) [<a href="https:&#x2F;&#x2F;github.com&#x2F;purdue-tlt&#x2F;studiokit-auth-js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;purdue-tlt&#x2F;studiokit-auth-js</a>], that sits on top of this library and handles authentication and bearer token management. We&#x27;ve used it in production at Purdue for about 18 months now. As the original architect of this library, I thought I&#x27;d post it in the event it&#x27;s useful to others.