Coder Social home page Coder Social logo

stateless-jsx-loader's People

Contributors

mmircea16 avatar sroidl avatar

Watchers

 avatar

Forkers

sroidl

stateless-jsx-loader's Issues

Support for React-Intl

It would be useful if there is an ability to use React-Intl a stateless jsx file.

For example being able to write something like this:

<div> Hello <FormattedMessage id="world"/> </div>

Higher order stateless components

It should be possible to create higher order stateless components. For example:

//Greetings.html.jsx
<div>
 <Hello name="this.props.name"/>
 <Hola name="this.props.name"/>
</div>

Where Hello and Hola are components defined in the same folder with Greetings

Support for PropTypes

Would be great if it's possible to define the PropTypes inside the html.jsx. This'll greatly improve readability of the file, as otherwise there is no way to know what kind of props can be used.

Maybe have a convention to put the PropTypes defintion on top of the file in a comment. Similar to what others are doing, e.g. in Java has comments with Annotations in them. Maybe something similar to this

<!-- @PropTypes: { someProp: PropTypes.string ,.. } -->

(From a suggestion of @sroidl - thank you!)

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.