-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
- 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 Appis a comfortable environment for learning React, ...", WhyCreate React Appis 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-resourcesbeforemvn liberty-run? - the out is just like json. What is the benefit? Is json the final output of the finish to show?
- need to run
- Starting the service
- do you need to explain the purpose of running
mvn generate-resources?
- do you need to explain the purpose of running
- 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
- For "In React, a component does a specific functionality, where a web application in React is simply a collection of components. ", is following 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