npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@techmely/vike-react

v2.0.0

Published

<!-- PROJECT LOGO --> <p align="center"> <a href="https://github.com/techmely/essential-packages"> <img src="https://i.ibb.co/3zBkRpd/LogoX300.png" alt="Logo"> </a>

Downloads

485

Readme

Techmely Essential Packages


Goals of project

  • Typescript support
  • Tree-shaking
  • Have no dependencies as possible
  • High performance(Design with modular in mind - minimal, readable and well thought out API)
  • Full tested with the code coverage 100%
  • Documentation

Features

Typescript Lib

| Project | Features | | ---------------------------- | ------------------------------------------------------------------------------ | | @techmely/auth | 📦 # Techmely auth's utils solutions | | @techmely/utils | 📦 Tree-shakable ESM Unit Test coverage 80% | | @techmely/reset-css | The customize reset css with the minimal config work for every modern browsers | | @techmely/vike-react | React integration for Vike of Techmely Version | | @techmely/vike-react-query | ReactQuery integration for Vike of Techmely Version | | @techmely/cache | Cache layer for all runtime. Memory, Zone CF, redis cache | | @techmely/logger | Logger for all runtime: Console, Axiom, Pino | | @techmely/metrics | Metrics with axiom | | @techmely/rate-limit | Rate limit for all runtime: Console, Axiom | | @techmely/usage-limit | Usage limit for all runtime: Currently only Cloudflare | | @techmely/nuxt-partytown | Integrate with Partytown easy on Nuxt 3 | | @techmely/nuxt-pinia-persist | Integrate with Pinia easy on Nuxt 3 | | @techmely/vue-pinia-persist | Persist store like Redux, but for Vue |

Install to use in your project

You just need to change the postfix of project like utils, reset-css, vue-partytown...

Example:

npm i --save-dev @techmely/utils
yarn add @techmely/utils
pnpm add @techmely/utils
bun add @techmely/utils

How to contributes

  1. Run yarn to install all dependencies

  2. Install VsCode Extension: Rome

  3. CRUD feature and do not forget to add unit test for them

    • Remember add typing for all functions
  4. Create the pull request --> Please request me for review code

  5. After Techmely Team approved PR --> Merge to main --> CI/CD automation release new version

License

MIT © TechMeLy