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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@json-dom/react-json-starter

v0.1.4

Published

**react-json stands for _structure_, _short_ & _simple_**

Readme

react-json

react-json stands for structure, short & simple

This aims to be a light-weight, minimal and community-driven project to achieve the goal of giving the developers an opportunity to leverage the most of react.js potential by providing web developers tools to write webapps using json structural patters instead of xml. This enables developers to use non-relational databases and json-oriented apis to build the next state-of-art web.

  • At some point there will be translations and integrations for other backend-capable web languages such as python, php, ruby... and others.

Why this should remain evergreen

  • In near future, ready-to-consume components may be more easy to integrate by being directly requested and fetched via json-based apis or be transmitted and retrieved with the help of body requests or url params, using json instead of xml.
  • This is possible due to the capability of serving data-bound components already attached to they corresponding render structure.
  • This enable developers to add new features to apps in a more fast and deploy-ready way.

This is not a

  • Replacement for css;

Stay tunned to the FAQ

Read the Long-Run FAQ

Learn from examples (section under construction, read the FAQ)

You can:

Table of Contents

White sections are still under construction and not yet available.

Prerequisites

Must have installed

  • node
  • npm

You can download these here.

Must known syntaxes:

  • html
  • css
  • javascript

W3Schools can help you learning html, css and javascript with a clean and easy-to-read documentation.

ReactJS even if not strictly necessary, can be very worth to learn due to its ecossystem and state-management.

MDN is also a great learning source for indeep web development material although i highly recommend using w3schools first for fast references.

Installation

Once you have node and npm installed you can use the console to:

  • With npx installed you can download the available starter template by:

    npx react-json-starter
    
  • You can also install it to an existing project by:

    npm i @joaoalbertocsjunior/react-s
      
    import { json, dom, globals } from "@joaoalbertocsjunior/react-s";
    
  • Alternatively you can:

    1. Clone the repository

      Start by cloning the repository to your local machine.

      git clone https://github.com/json-dom/react-json.git
      cd react-json-starter  
      	   
    2. Install dependencies

      npm install
         	
    3. Run development server

      npm run start
      
      

Documentation (Available Soon)

License

The project is licensed under the MIT License - see the LICENSE file for details.

Third-Party Libraries

The is a React.js project bootstrapped using npx create-react-app and includes various third-party dependencies. The project is licensed under the MIT License.

The project uses third-party libraries that are licensed under the MIT License. See the LICENSE file for full licensing information.

Contributors

Get listed here, focus is to improve it on daily basis.

You can help this repository to grow by:

  • Providing ideas;
  • Writing documentation;
  • Improving and publishing code;
  • Spreading the word;

Mainteners

The project is currently maintened by joaoalbertocsjunior with help from sources across the web.

Happy hacking!