Giter Site home page Giter Site logo

react-rxjs-elements's Introduction

cntr

πŸ”­ my projects:

  • NoCode
    My WIP nocode startup

  • RecksJS
    <div>{ ajax.getJSON(URL) }</div>
    JSX + RxJS Framework

  • <$> elements for React
    <$div>{ ajax.getJSON(URL) }</$div>
    React elements with RxJS content / params

  • ThinkRx.io
    ---o--o-oo-o----
    Instant time-accurate RxJS marble diagrams

  • Framd.cc
    πŸ™‚ 😁 πŸ˜†
    Funny Emoji animations

πŸ“– my articles:

react-rxjs-elements's People

Contributors

kosich 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

Watchers

 avatar  avatar  avatar

Forkers

brunogamacatao

react-rxjs-elements's Issues

Better TypeScript support

Ensure that prebuilt $elements and createElement$ fn generate well typed components

// $img = (props: { src: Observable<string> | string }) : JSX
<$img src={stream$} />

React Suspense support

Enable Suspense for SSR

Something like

const App = () => {
  // $Suspense is a reactive element
  <$Suspense fallback={ <span>loading...</span> }>
    { stream$ }
  </$Suspense>
}

--

TODO: Consider approach suggested by @joshribakoff in #4 (comment) with BehaviorSubject

Effects and memoization

Ideally subscription should happen in commit phase not render phase, subscribing to an observable is like creating a promise in the sense it’s a side effect, it shouldn’t happen in render phase, where react may render numerous times before committing

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.