package
1.1.27
Repository: https://github.com/torabian/fireback.git
Documentation: pkg.go.dev

# README

Fireback React - React.js dashboard and boilerplate for desktop/web/embedded/mobile apps

A complete framework for building applications using react.

DEMO https://torabian.github.io/fireback

  • Based on react.js and typescript
  • No redux crap
  • Uses react-query and context api in it's core
  • low dependecies, bootstrap 5 (optional)
  • Batteries included, datatable, menu actions
  • Build desktop apps using Go Wails ( or electron.js )
  • Build mobile app with cordova
  • Small output and optimized for embedded devices (500K max)

Contribution

Please open a pull request :)

const [data, setData] = useState({ schema: '{"type":"object","properties":{"newInput1":{"title":"New Input 1","type":"string"},"newInput3":{"title":"New Input 3","type":"object"},"newInput2":{"title":"New Input 2","type":"string"}},"dependencies":{},"required":[]}', uischema: '{"ui:order":["newInput1","newInput3","newInput2"]}', });

<FormBuilder schema={data.schema} uischema={data.uischema} onChange={(newSchema: string, newUiSchema: string) => { setData({ schema: newSchema, uischema: newUiSchema, }); }} />

{JSON.stringify(data, null, 2)}

  import { FormBuilder } from "@ginkgo-bioworks/react-json-schema-form-builder";

# Packages

No description provided by the author

# Variables

go:embed .eslintignore .eslintrc.json .nojekyll craco.config.js package-lock.json package.json README.md tsconfig.json types.d.ts Makefile .gitignore src/modules src/styles src/apps/projectname src/index.tsx public/* .vscode src/apps/projectname/.env.bundle src/apps/projectname/.env.local.txt src/apps/projectname/.env.githubpages src/apps/projectname/.env.static.