Giter Club home page Giter Club logo

kumo-app's People

Contributors

bryanyehuda avatar finesaaa avatar maroqijalil avatar segara2410 avatar threeal avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

kumo-app's Issues

Bridge Connection Card not Closed

As in the following screenshot of the deployed Kumo App:

image

The bridge connection card is not closed when the app is connected to the bridge. This problem probably is caused by not using the newest version of Kumo Client as could be seen in the node_modules when this project is installed.

PWA Not Working

As in the deployed page, it shows the following error logs:

image

It probably related to a service-worker.js file that is not found by the deployed page.

Use Other Component Frameworks.

The currently used Material-UI frameworks actually is good as the standard components framework for this app. But let's try to reconsider this, i just found another frameworks, Chakra UI, which has a lot more components than Material-UI. It seems other frameworks (like i mentioned earlier) could be much simplier to be used as it already provide a lot of things. Actually we do not need an customizable components, just a standard ones that had a lot of features that we could just use. imagine creating a loading button without the need to manually add loading components and state into it.

Modify Provider System

Modify the provider and use provider system for kumo-client objects (Session, Node, Publisher, etc.) as follows:

  • Session widget in the SessionProvider should be optional (so SessionProvider will purely provide a Session object).
  • Add NodeProvider, PublisherProvider, etc. that works like the SessionProvider.
  • Optionally enable uses of Session, Node, Publisher, etc. without the use of provider.

Build Result Not Working

As in the following screenshoot, the GitHub page build result give an error related to the v.Session.

image

It's probably related to the newer update on the Kumo Client as in the 0.2.1 release, the Session class have been renamed into a Bridge. While in here:

import { Session as Bridge } from "kumo-client";

It's still trying to manually alias the Session into a Bridge.

Generate Component Library

Generate a React component library by compiling .jsx files into js files so they could be used on other projects. See package structure generated from the create-react-library for information on how to integrate this project into a React component library.

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.