23
Fetching Yelp API via Netlify Function with React.js [ToC]
A little more than a month ago, I started writing tutorial about fetching API via Netlify Function using React app. Today I published the last part of it. For everyone's convenience I prepared a little table of contents. Thanks for reading!
React.js
boilerplate
useState
hook
CHILD
component
HTML
form
onChange
and onClick
events
input
fields
CHILD
component's state
react-router-dom
package and scaffolding some navigationuseHistory
hook, adding query string to URLreact-router-dom
package and using it with useLocation
hook to parse query string from URLuseEffect
hook to make an attempt to fetch data from Yelp APInetlify-cli
package, running app at port 8888
cors-proxy
redirection
netlify init
command
netlify dev --live
command
useState
hook, map
method and key
prop
ternary
operator and length
property
grid
, flex
and position
properties,