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

react-legecy

v1.0.3

Published

React Legacy is a lightweight React framework designed for building single-page applications (SPAs) with client-side routing using hash-based URLs. It provides a simple and intuitive way to create interactive web applications with a focus on legacy browse

Downloads

11

Readme

React Legacy

React Legacy is a lightweight React framework designed for building single-page applications (SPAs) with client-side routing using hash-based URLs. It provides a simple and intuitive way to create interactive web applications with a focus on legacy browser support.

Features

  • Client-side routing with hash-based URLs
  • Dynamic content loading based on URL hash
  • Server-side routing for API endpoints
  • Static file serving using Express
  • Error handling and 404 page support

Installation

To use React Legacy, you need to have Node.js and npm (Node Package Manager) installed on your machine.

Tip: Please don't install the package only on the project folder, first remove the project folder and outside of the project folder, run the commands below.

  1. Install the npm package:

    npm i react-legecy -g
  2. Run npx command:

    npx create-react-legecy
  3. Give it all the inputs. then:

    cd appname

⚠️ Attention: Please replace appname with your app name in the start.

Usage

So, lets see how to use this bad boy!

⚠️ Attention: Usage/use here means how to start server.

  1. Open the folder of your app and run:
node index.js
  1. Wait until the server runs
  2. Open localhost:3000 in your browser

How to change the port?

Tip: Please change the port for production.

  1. Open index.js and edit the part const port = 3000; where it said 3000, to your custom port.

Tip: Recommended port is 80 for production. 443 is good too.

Structure

The project structure of React Legacy is as follows:

  • app/: Contains the static files for your application, including HTML templates and CSS styles.
  • app/index.html: The main HTML template file.
  • pages/: Directory to store individual HTML pages for different routes.
  • index.js: The server-side code responsible for serving static files and handling API routes.
  • api/: Directroy to store api callback functions.
  • package.json: Configuration file for npm dependencies and project metadata.

Contributing

Contributions to React Legacy are welcome! If you find a bug, have an enhancement idea, or want to contribute new features, please open an issue or submit a pull request on the GitHub repository.

License

React Legacy is released under the MIT License. See the LICENSE file for more details.