Coder Social home page Coder Social logo

demo-auspice-tree's Introduction

Demo: Auspice tree

Demonstrates how to use the Tree component from Auspice in a React application.

Introduction

What the "host" application needs in order to make the Tree component functional:

  • import and render a React component
  • transpile imported modules (with webpack and babel), optionally ignore some of the problematic ones
  • adjust test framework configuration to transpile imported modules (e.g. transformIgnorePatterns in Jest)
  • have Redux store initialized and have Redux Provider in the component tree
  • have redux-thunk setup
  • have i18next initialized with translations from auspice and have I18nextProvider in the component tree
  • add reducers from Auspice
  • have tree data in Auspice JSON v2 format in memory (does not matter how it is obtained)
  • convert tree data to internal Auspice state using createStateFromQueryOrJSONs() function
  • set internal Auspice state using CLEAN_START Redux action
  • apply patches: see tools/patch-asupice.sh. Some of them are optional, some might be brought upstream later.

This particular example uses Next.js React framework and implements all of the above.

Development setup

yarn install
yarn dev

This will start a development server with Fast Refresh on http://localhost:3000.

Production build

yarn install
yarn prod:build

This uses Next.js static export functionality. The build artifacts will be produced in directory out/. They can be deployed on any static webserver.

You can then optionally run yarn prod:serve to start a static server locally which will listen on http://localhost:8080.

License

MIT

demo-auspice-tree's People

Contributors

ivan-aksamentov avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.