Skip to content

Dev content review  #3

@gkwan-ibm

Description

@gkwan-ibm
  • What you’ll learn
    • "React also allows ..." add a doc link to React
    • "To learn more about React, visit: React." is no need
    • "The React application in this guide was created and ..." -> "The application in this guide is provided and ..."
    • "Create React App is a comfortable environment for learning React, ...", Why Create React App is backticked? Is following better?
      • "The http:...[create-React-App^] provides an environment for learning React, ..."
      • No need to have "To learn ..."
    • "The REST service that provides ..." Why not just copy from AngularJS?
      • plus "You will implement an AngularJS client..." -> "You will implement an ReactJS client"
  • Try what you’ll build
    • need to run mvn generate-resources before mvn liberty-run?
    • the out is just like json. What is the benefit? Is json the final output of the finish to show?
  • Starting the service
    • do you need to explain the purpose of running mvn generate-resources?
  • Creating the React component
    • For "In React, a component does a specific functionality, where a web application in React is simply a collection of components. ", is following better:
      • "A React web application is simply a collection of components. Each component does a specific functionality."
    • Why replace Fetchdata.js? Why not create? Then, explain import, state, and export
    • format the server.xml better
  • Importing the HTTP client
    • The "In this guide, ..." statement is too complex to understand.
    • Is it necessary to mention Angular? If I want to study ReactJS, why I need to bother to learn Angular?
    • "To learn more about the axios ..." improve the sentence structure
  • Displaying the returned data
    • Need a paragraph to explain what will do in this section. Starting by componentDidMount(), I have no idea what is going on.
    • I tried finish but http://localhost:3000 not work
  • Testing the React client
    • "... the official React page." -> "... the official React Testing document."

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