Giter VIP home page Giter VIP logo

react-scheme's Introduction

Who am I

  • Coder from Finland.
  • Professional work: full stack web development
  • Unprofessional work: demoscene, sizecoding in particular

What I'm up to now

  • Working mostly on sizecoded demoscene stuff.

Latest released stuff

react-scheme's People

Contributors

mjvesa avatar

Stargazers

 avatar  avatar

Watchers

 avatar

react-scheme's Issues

Update react to latest version

Current react version is probably very old. Update it and also check if there's something in the newer versions that could affect the design of this wrapper. Make appropriate issues.

Move to stateless functional components

define-component already creates stateless components, so moving to stateless functional components would not be too difficult. It would also open the possiblity of replacing react with either preact or inferno.

Update the view when data changes

Currently window.requestAnimationFrame is used to constantly redraw the view. That's rather wasteful. The updates should be done when data changes. Construct some simple mechanism for updating the view every time data is modified (delete item, add item).

Lambda the ultimate web component

Lambdas are a sufficient abstraction for components, so let's remove most of the React binding except for createElement and use plain lambdas that evaluate to bits of Virtual DOM.

The old TODO example needs to be ported to this as well. It can function as a PoC.

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.