Code Monkey home page Code Monkey logo

Comments (3)

sungwoncho avatar sungwoncho commented on August 22, 2024

Contrary to your description, both mantra g component core:messages and mantra g container core:messages will generate a component looking like the following:

import React from 'react';

const Messages = () => (
  <div>
    Messages
  </div>
);

export default Messages;

To generate the component of the first form in your question, you need to use --use-class option. See README.

The distinction between the two types of components is whether they have states or not. The first may have states while the latter cannot. Avoiding the first when you can is considered a good practice. You can read more here.

from mantra-cli.

sungwoncho avatar sungwoncho commented on August 22, 2024

Please re-open if there is an issue. A good place to discuss Mantra related topics is https://talk.mantrajs.com/.

from mantra-cli.

myyellowshoe avatar myyellowshoe commented on August 22, 2024

Snap. You're right. My bad on that.
Appreciate the link I'll check that out.

from mantra-cli.

Related Issues (20)

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.