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

lilo-plop

v0.1.3

Published

Boost productivity, ensure consistency. Effortlessly set up applications with automated stores, hooks, providers, and seamless connections for your application. Unleash your coding superpowers!

Downloads

8

Readme

lilo-plop

To do

  • Template for Redux store, actions, and reducers: Create a generator that sets up the basic structure for managing state using Redux. This can include generating the Redux store, actions, and reducers, along with sample code to get started.

  • Template for React Router: Develop a generator that creates a basic setup for implementing React Router. This can include generating the necessary routes file, setting up route components, and providing sample code for navigation.

  • Template for Styled Components: Create a generator that generates a template for using Styled Components, a popular CSS-in-JS library. This can include generating a styled component file with example styles and demonstrating how to use it within a React component.

  • Template for Form Validation: Build a generator that sets up a template for form validation in React. This can include generating a validation utility, form input components, and showcasing how to handle form submission and error display.

  • Template for API Integration: Develop a generator that creates a template for integrating APIs in a React application. This can include generating a service file for making API requests, showcasing how to fetch data from an endpoint, and providing an example of rendering data on a component.

  • Template for Testing: Create a generator that sets up a basic testing framework for React components. This can include generating test files, configuring a testing library like Jest or React Testing Library, and providing sample tests for components.

  • Template for Internationalization (i18n): Develop a generator that sets up a template for implementing internationalization in a React project. This can include generating translation files, showcasing how to handle language switching, and providing an example of translating text in components.