tardisgallifrey / reactpromisetutorial

Tutorial on the use of Promise in React components done by building actual components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tutorial on the use of Promise objects in ReactJS

How to utilize JavaScript Promise objects in React

List of components

A class component with a Promise using anonymous functions for result and error params in .then
A class component with a Promise using lambda functions for result and error paramters in .then
A class component with a Promise using separate functions for result and error params
A functional component with a Promise
A class component that uses a Promise imported from another file
A functional component that uses a Promise imported from another file

Most of the instructional text are comments in the individual component files

If I used material from another site extensively, I have the source in the comments

About

Tutorial on the use of Promise in React components done by building actual components.


Languages

Language:JavaScript 88.2%Language:HTML 11.8%