All Projects → Soluto → dynamico

Soluto / dynamico

Licence: MIT license
Dynamico allows a remote (web-like) code push work-flow for continuous delivery of specific features native or web.

Programming Languages

typescript
32286 projects
Handlebars
879 projects

Projects that are alternatives of or similar to dynamico

Share Api Polyfill
A polyfill for the sharing that can be used in desktop too, so your users can shere in their twitter, facebook, messenger, linkedin, sms, e-mail, print, telegram or whatsapp.
Stars: ✭ 210 (+118.75%)
Mutual labels:  native
Keen Slider
The HTML touch slider carousel with the most native feeling
Stars: ✭ 3,097 (+3126.04%)
Mutual labels:  native
Darklaf
Darklaf - A themeable swing Look and Feel based on Darcula-Laf
Stars: ✭ 249 (+159.38%)
Mutual labels:  native
Spstorkcontroller
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,494 (+2497.92%)
Mutual labels:  native
Ts Llvm
TypeScript to LLVM compiler (abandoned)
Stars: ✭ 230 (+139.58%)
Mutual labels:  native
Enaml Native
Build native mobile apps in python with enaml
Stars: ✭ 234 (+143.75%)
Mutual labels:  native
Purec
C backend for PureScript
Stars: ✭ 202 (+110.42%)
Mutual labels:  native
tasit-apps
Native mobile Ethereum dapps for mainstream users
Stars: ✭ 35 (-63.54%)
Mutual labels:  native
Titanium mobile
🚀 Native iOS- and Android- Apps with JavaScript
Stars: ✭ 2,553 (+2559.38%)
Mutual labels:  native
Reason Graphql Fullstack
Fullstack Reason + GraphQL Todo List App
Stars: ✭ 246 (+156.25%)
Mutual labels:  native
Dmd
dmd D Programming Language compiler
Stars: ✭ 2,498 (+2502.08%)
Mutual labels:  native
Lwt Node
Reason Implementation of Node.js API ✨🏎🚀✨
Stars: ✭ 226 (+135.42%)
Mutual labels:  native
Core
Native HTML Elements with CSS superpowers. 🕶
Stars: ✭ 237 (+146.88%)
Mutual labels:  native
React Native Webview Invoke
Invoke functions between React Native and WebView
Stars: ✭ 211 (+119.79%)
Mutual labels:  native
go-uci
Native Go bindings for OpenWrt's UCI.
Stars: ✭ 69 (-28.12%)
Mutual labels:  native
Expo
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.
Stars: ✭ 15,550 (+16097.92%)
Mutual labels:  native
Easyincrementalupdate
Android差分补丁库,通过native层合并APK,实现增量更新升级,让你更新的APK更小。
Stars: ✭ 233 (+142.71%)
Mutual labels:  native
frontend
For seeing Ergonode in action please book a demo https://www.ergonode.com/book-a-demo
Stars: ✭ 122 (+27.08%)
Mutual labels:  microfrontends
react-app-loader
Production ready library for handling Microfrontends
Stars: ✭ 75 (-21.87%)
Mutual labels:  microfrontends
Jasonelle
🛸 🏘️ Jasonelle issues, releases and discussions repository.
Stars: ✭ 240 (+150%)
Mutual labels:  native

Dynamico

A remote (web-like) code push work-flow for continuous delivery of specific features native or web.

Known Vulnerabilities Coverage Status npm version CircleCI

React Next 19' talk

Try it out

What Dynamico does best

Why?

Native & Web

  • Client and server framework agnostic

    • Client core and server driver are plugable by design - choose your own frontend framework (or go vanilla) and your own server and components storage
  • Blazing fast feature delivery

    • Continuous Delivery for features
    • Avoid publishing new app version for every feature
    • Allow micro-frontend workflow
    • Remove the hassle of knowing the internals of the host application
  • Reduces bundle size

    • Faster app build time
    • Simpler app build proccess
    • Shorter stores app reviews (Mobile only 🙏) learn more here
  • De-monolith-ization 🤯

    • Team independent feature development, test & release
    • Seperates core main features from lazy-loaded dynamic flows
    • Eliminates pull-requests rebase push race
    • Reduces repository size and complexity
    • Share components across multiple apps
  • Specific feature version management

    • Caches locally and updates immidiatly
    • Smart host dependencies resolution

When?

Dynamico allows a remote code push work-flow for continuous delivery of specific features.

Native

  • Whenever you're using a js based library to create a native app (e.g React Native, Electron, etc..)

Web

  • When you want to avoid a monolith
  • When many developers work in a single repository and need to iterate fast

Future thoughts

  • Micro-frontends framework
  • JSON based configuration that your PM can write and decide what components to show
  • Config based feature rollout and A/B testing

Roadmap

  • Analytics

Native stores complience

Apple appstore

  • This framework, when used properly, complies with section 3.3.2 of the developer agreement and actually encourages safer patterns than the alternatives:

Except as set forth in the next paragraph, an Application may not download or install executable code. Interpreted code may be downloaded toan Application but only so long as such code: (a) does not change the primary purpose of the Application by providing features or functionality that are inconsistent with the intended and advertised purpose of the Application as submitted to the App Store, (b) does not create a store or storefront for other code or applications, and (c) does not bypass signing, sandbox, or other security features of the OS.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].