Simple Quote Generator In React Using Quote API

preview_player
Показать описание
Simple Quote Generator In React Hooks. In this tutorial we will make a simple quote generator using an api. It will not use any external library just pure css and react

Рекомендации по теме
Комментарии
Автор

great video, this might be a stupid but what is the point of running the quoteApi function in useEffect?

luxgroove
Автор

Hi thank you for this nice tuto, may i ask kindly, could you please make a pokemon app with a search bar and using router +redux ? i will highly appreciate it . btw it is a great channel and I've just subscribed.

kenansari
Автор

i am trying to use this api in my react native app and i did the same steps but in my Text i am not getting the quote only the author.

for ex: <View style={styles.container}>
<Text >Quote of the day:</Text>
<Text >{quote}</Text>
<Text>{author}</Text>
<StatusBar style="auto"/>

</View>

i only get the author name

tetricko