Home
Softono

Feathery React

Open source TypeScript
32
Stars
2
Forks
9
Issues
4
Watchers
2 months
Last Commit

 About Feathery React

React client library for Feathery

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Feathery React?

We provide expert installation service for this software. Our team will install, configure, and secure Feathery React on your server. plans start at just $30.

Feathery React

View on GitHub

Feathery

React client library for Feathery

Feathery NPM JavaScript Style Guide

Use this library to embed and extend Feathery forms in your codebase

Documentation

For details on how to use this library, check out our documentation.

FAQ

Q: How do I use the Feathery React library with Vite?

A: Remember to add a global definition in your Vite config. For example, the following config could be used:

import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

export default defineConfig({
  resolve: {
    alias: {},
  },
  plugins: [react()],
  server: {
    port: 3000,
  },
  preview: {
    port: 3000,
  },
  define: {
    // By default, Vite doesn't include shims for NodeJS
    global: "window",
  },
});

License

BSL