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: Pram – utilities for dealing with and keeping state in url query params

2 pointsby coffeedoughnutsalmost 7 years ago

1 comment

coffeedoughnutsalmost 7 years ago
I found myself constantly copy-pasting the same utilities to make `history`, `react-router` and `qs` all talk to each other so that I could store state in the url (something I think not enough web apps do); so finally took the time to put a few of them into a library. Really these are just the basics but it would be good to get any feedback on what kinds of things people thing would be useful in a library like this