Skip to content

Update 01 Hello React Readme #172

Description

@brauliodiez

Steps:

  • Update Readme.md (and es) version
  • Update code
  • Check that code runs
  • Go through readme ensure the sample can be build following readme steps.

Update A:

old version

import * as React from 'react';

export const HelloComponent = () => {
  return (
    <h2>Hello component !</h2>
  );
}

proposal

import * as React from 'react';

export const HelloComponent = () => 
    <h2>Hello component !</h2>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions