GithubHelp home page GithubHelp logo

symbiotejs / symbiote.js Goto Github PK

View Code? Open in Web Editor NEW
86.0 86.0 4.0 920 KB

Simple, light and very powerful library to create embedded components for any purpose, with a data flow management included.

Home Page: https://symbiotejs.org/

License: MIT License

JavaScript 100.00%
custom-elements framework frontend html javascript micro-frontends web-components webcomponents widgets

symbiote.js's People

Contributors

dependabot[bot] avatar foxeyes avatar kamillagarifullina avatar nd0ut avatar sharov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

symbiote.js's Issues

Synchronize package.json and package-lock.json

Describe the bug
There is no way to install dependencies using npm ci

To Reproduce
Steps to reproduce the behavior:

  1. Fork project
  2. Open project in terminal
  3. Enter command: npm ci
  4. Error: npm ci can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with npm install before continuing.

Expected behavior
All the dependencies are installed.

Additional context
When upgrading to the new version 2.2.0, we forgot to update package-lock.json. The package-lock.json contains old dependencies, for example "@symbiotejs/symbiote": 2.0.4 and "typescript": "5.0.4", instead of "5.3.3".

Attribute + DOM property binding

I'm proposing the addition of a built-in method for defining primitive dual properties (attributes + DOM properties) within custom elements. This method would combine the functionalities of bindAttributes and defineAccessor, enabling the immediate creation of DOM properties and attributes while automatically binding local state to them. Additionally, it should adhere to best practices outlined in https://web.dev/custom-elements-best-practices/ to ensure properties work before custom element initialization, maintain bidirectional synchronization between attribute values and properties, and ensure that property and attribute names correspond to each other.

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.