Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

anyback-react

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anyback-react

> Admin panel for any backend (React version) ;

  • 1.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-92.86%
Maintainers
1
Weekly downloads
 
Created
Source

Admin panel for any backend (React version) ;

Installation

npm install -g create-vite

npx create-vite project-name

cd project-name

npm install
npm install anyback-react@latest

npm run dev

Getting started


import AnyBack from 'anyback-react';

ReactDOM.createRoot(
  document.querySelector('#root') // or other
)
.render(
  <AnyBack.AdminPanel
    options={{
        // ...your options
    }}
  />
)

And you have an admin panel associated with your backend

  • Full example is here

Sources:

Keywords

FAQs

Package last updated on 11 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc