React Typescript 2023 - 7. Financial Modeling Prep API

preview_player
Показать описание
React Typescript 2023 - 6. Financial Modeling API & Axios Typescript

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

Another great video!
Just be careful deploying this project. Even if your API key is in your .env file people can still find it when it is deployed.

Realswagoverlord
Автор

When I tried to console.log for tsla, it does not show me the data for tesla, only the data from the stocks that starts with A

jayjorneypua
Автор

if anyone has same error as me 401 apikey undefined when trying to call api. it means .env is in src folder not in solution folder. simply open fileexplorer and manualy move .env from ~/frontend/src to just ~/frontend then ctrl+s on .env and restart react app :) i probably misssed that or teddy did not mentioned. w/e this will fix the issue :)

adambelos
Автор

Hello Teddy! I have a question regarding to your Spring Boot series. In case of jpa, is it correct to think that mappedBy delegates the class that will map the relationship between the entities. I mean, If you have a bidirectional relationship, if you don't use mappedBy, it will be interpreted by JPA as two independent unidirectional relationships

adrianstefan
Автор

Im getting this error:
unexpected error: ReferenceError: process is not defined

As i understand process.env should be able to autocomplete to the field i have in .evn, which is in the root of the frontend folder, but i cant seem to access it ig?

just
Автор

I got this error "Request failed with status code 429"

footballr
Автор

Great one! Are you into AlgoTrading? I'd love to learn it from you.

daveche
Автор

have you considered discourse? It's a bit more strict on spammers than discord, for instance, if many people report a comment, it'll get auto removed until an admin decides it's fate..

damjandjordjevic
Автор

Giving me an unexpected error ;-; Teddy help please

rimo
Автор

I did everything exactly the same but I keep getting "Property 'isAxiosError' does not exist on type 'AxiosStatic'.ts(2339)" error.

BoncukKisisi
Автор

I keep getting this error (Unchecked runtime.lastError: The message port closed before a response was received.) even though I followed the tutorial to the letter. help?

eddyelamin