Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iricartb/coursera-hong-kong-frontend-development-react
Ivan Ricart Borges - Coursera - Front-End Web Development with React
https://github.com/iricartb/coursera-hong-kong-frontend-development-react
coursera css hong-kong html javascript react react-router redux yarn
Last synced: about 1 month ago
JSON representation
Ivan Ricart Borges - Coursera - Front-End Web Development with React
- Host: GitHub
- URL: https://github.com/iricartb/coursera-hong-kong-frontend-development-react
- Owner: iricartb
- Created: 2019-06-11T16:00:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:01:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T09:02:41.708Z (almost 2 years ago)
- Topics: coursera, css, hong-kong, html, javascript, react, react-router, redux, yarn
- Language: JavaScript
- Homepage:
- Size: 4.88 MB
- Stars: 7
- Watchers: 2
- Forks: 13
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Front-End Web Development with React
Course description
This course explores Javascript based front-end application development, and in particular the React library (Currently Ver. 16.3). This course will use JavaScript ES6 for developing React application. You will also get an introduction to the use of Reactstrap for Bootstrap 4-based responsive UI design. You will be introduced to various aspects of React components. You will learn about React router and its use in developing single-page applications. You will also learn about designing controlled forms. You will be introduced to the Flux architecture and Redux. You will explore various aspects of Redux and use it to develop React-Redux powered applications. You will then learn to use Fetch for client-server communication and the use of REST API on the server side. A quick tour through React animation support and testing rounds off the course. You must have preferably completed the previous course in the specialization on Bootstrap 4, or have a working knowledge of Bootstrap 4 to be able to navigate this course. Also a good working knowledge of JavaScript, especially ES 5 is strongly recommended.
Course
Introduction to React
In this module we get a quick introduction to front-end JavaScript frameworks and libraries, followed by an introduction to React. We will also learn about React components and JSX.React Router and Single Page Applications
In this week, you will learn about various component types. You will learn about React router and its use in designing single page applications. You will also learn about single page applications and use React Router to design single page applications.React Forms, Flow Architecture and Introduction to Redux
In this module you will be introduced to uncontrolled and controlled forms and briefly examine form validation in React applications. You will get an overview of the Flux architecture and introduced to Redux as a way of realizing the flux architecture.More Redux and Client-Server Communication
In this module you will explore Redux further including Redux action, combining reducers, and Redux thunk, client-server communication using Fetch and the REST API. You will get a brief introduction to animation in React. You will also learn about testing, building and deploying React applications.