Git Product home page Git Product logo

keo's People

Contributors

benlarkins avatar neverfox avatar timgates42 avatar wildhoney 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

keo's Issues

React 16.0 Support

In React 16.0 createClass will no longer be a part of the react library but will still be available through the create-react-class library. I might be able to make PRs for these changes in a few days when I'm less busy.

Preact instead of React?

Preact aims to deliver on a few key goals:

  • Performance: Render quickly & efficiently
  • Size: Small size, lightweight (approximately 3.5kb)
  • Efficiency: Effective memory usage (recycling, avoiding GC thrash)
  • Understandability: Understanding the codebase should take no more than a few hours
  • Compatibility: Preact aims to be largely compatible with the React API. preact-compat attempts to achieve as much compatibility with React as possible.

Typescript support?

Are there any suggestions or solutions to using Keo with Typescript? Thank you.

Make React et al peer dependencies and exclude from Webpack build

I would like to use Keo to make React libraries, but it seems that it bundles all of React, ReactDOM, Redux etc. into the library. Is it possible to make them peerDependencies (as well as devDependencies for working on Keo itself) and list them as externals in the build?

Rename `compose`

Changing the typical behavior of a function called compose (R-to-L composition) could be confusing when it's used in a codebase that includes other, more standard implementations of compose. Consider following Ramda's lead and call the function pipe (and make compose R-to-L, just for good measure).

Yarn incompatible module

When installing Keo with Yarn I get the following error:

[email protected]: The engine "node" is incompatible with this module. Expected version "5.10.1".

This is because Keo has the following in the package.json:

"engines": {
    "node": "5.10.1"
  },

If Keo is truly dependent on this node version then this isn't an issue. Otherwise this is preventing those who are using Yarn from being able to install the package.

Release 5.0.3?

Is it possible to get this released to npm for React 0.15.x compatibility?

Update to React 16

Hi,

I have just tried to update the react dependency of React to version 16.
This version of React separates DOM Factories from the react library (react-dom-factories). Also, I have updated react-router to a version which supports React 16.

Unfortunately, the example is not working anymore. There are multiple identical errors indicating a TypeError - Cannot read property 'toLowerCase' of undefined.

The source of the problem is the Function getRootHostContext(rootContainerInstance) in the ReactFiberReconciler.

This function gets called multiple times with different node Types.

The internal of the function creates a valid object (toLowerCase function is working) if the rootContainerInstance is of section type - section-todo-app (2x from the start in the example). The object is invalid if the rootContainerInstance is a document-fragment.

Any suggestions ...

Thanks!

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.