All Projects → bitovi → ylem

bitovi / ylem

Licence: MIT license
Add Observable View-Models to React components

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to ylem

Manime
🍱 An anime app, based on single activity and MVVM architecture.
Stars: ✭ 24 (-42.86%)
Mutual labels:  viewmodel
rxact
Rxact is an observable application management for Javascript app
Stars: ✭ 21 (-50%)
Mutual labels:  observable
fluent-windows
🌈 React components that inspired by Microsoft's Fluent Design System.
Stars: ✭ 122 (+190.48%)
Mutual labels:  react-components
shopify-node-react-app
Shopify paid app in Node.js & React.js that connects to a store and lets merchants select products to automatically discount them in the Shopify admin interface.
Stars: ✭ 29 (-30.95%)
Mutual labels:  react-components
react-abstract-autocomplete
Bring-Your-Own-UI autocomplete / mentions component for React.
Stars: ✭ 15 (-64.29%)
Mutual labels:  react-components
react-component-maker
react-component-maker
Stars: ✭ 32 (-23.81%)
Mutual labels:  react-components
NE-Component
A react component library.
Stars: ✭ 29 (-30.95%)
Mutual labels:  react-components
jest-puppe-shots
A Jest plugin for creating screenshots of React components with a little help of Puppeteer
Stars: ✭ 86 (+104.76%)
Mutual labels:  react-components
KBinding
A Small, Kotlin Android Databinding Library
Stars: ✭ 19 (-54.76%)
Mutual labels:  viewmodel
react-nes
React components for nes
Stars: ✭ 32 (-23.81%)
Mutual labels:  react-components
Simple-Notes-Kotlin-App
✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
Stars: ✭ 40 (-4.76%)
Mutual labels:  viewmodel
Caliburn.Light
The magic-free Caliburn.Light, a powerful framework designed for building applications across current XAML platforms.
Stars: ✭ 64 (+52.38%)
Mutual labels:  viewmodel
DaggerViewModel
An integration Module for injecting Google Architecture Components' ViewModel into Dagger2-injected Android components.
Stars: ✭ 67 (+59.52%)
Mutual labels:  viewmodel
Compose-ShoppingList
Jetpack compose shopping list app
Stars: ✭ 52 (+23.81%)
Mutual labels:  viewmodel
react-crud-icons
57 SVG icons for CRUD applications, packaged as a React component with light & dark themes and tooltip.
Stars: ✭ 19 (-54.76%)
Mutual labels:  react-components
react-image-and-background-image-fade
React Image and Background Image Preloader and Fade in. Load those images in smooth!
Stars: ✭ 26 (-38.1%)
Mutual labels:  react-components
mern-admin-panel
Admin-panel using ReactJs, ExpressJs, NodeJs, MongoDB and Bootstrap
Stars: ✭ 84 (+100%)
Mutual labels:  react-components
lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (+30.95%)
Mutual labels:  react-components
rxjs-proxify
Turns a Stream of Objects into an Object of Streams
Stars: ✭ 34 (-19.05%)
Mutual labels:  observable
react-color
🎨 Is a tiny color picker widget component for React apps.
Stars: ✭ 50 (+19.05%)
Mutual labels:  react-components

ylem - Easy state management for React

Build Status Greenkeeper Badge

[ahy-luh m] noun ASTRONOMY

The primordial matter of the universe from which all matter is said to be derived, believed to be composed of neutrons at high temperature and density.

QA mode

ylem uses observable objects to determine when to re-render components. We are currently considering two APIs - each has its own README and docs:

  1. Extend ylem's Component - this.state is observable, no more .setState(). Read more here.

  2. connect() - connect an observable object to a presentation (aka. "dumb") component (similar to redux). Read more here.

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].