Very nice tutorial. For error: 12:00 : if anyone getting blank page after adding dark mode, please check imports import { createTheme } from '@mui/material/styles'; import { ThemeProvider } from '@emotion/react'; import { CssBaseline } from '@mui/material'; this made my code to work
One of the best tutorials of my entire life. Everything worked smoothly. I'm really thankful to you. Already subscribed and hope that you continue with the marvelous tutorials.
This is the youtube page i have been looking for since 1655AD, i am a front end dev and just recently dived into C#, it was all fun up until recently and this page is the solution to all the C# problem in this world i amd dancing right now, heheheheh
Guys dark mode doesn't work as it supposes to. You must import the correct syntax which is import { ThemeProvider, createTheme } from '@mui/material/styles'; import CssBaseline from '@mui/material/CssBaseline'; When you expect the program to import that automatically it imports wrong.
Hi bro, i use to regularly follow your videos without any fail and many times your videos help me out in different aspects.. no doubt that this is also one of the diamond in your collection.. can you do the same using Angular, Core and API
@CodAffection shouldn't the "api/Questions/GetAnswers" call be a GET call instead of a POST ?? Technically we are retrieving something from the database & using it in some logic in our front end code. Please let me know your thoughts on this.
yes, we are retrieving something and we are also posting the object containing the selected options. In this given context, there is no strong reason to choose one over the other. it's up to you. But if you are sending secure data, then a post request is strongly recommended. Apart from the recommended best practices, by default, all frameworks implement security features like cors, antiforgerytocken, etc.
Hello Im my app is running but theres an error at the console: DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL. How do I resolve it
Hope you reply, I have been trying to create a project using your Instruction, However I am keep geting error 400 bed request, when I try to post using ReactApp, my http path works fine in postmaster. not sure Cant find answer in google eather.
@@golcuk2076 Your suggestion worked, seems like the async nature of setQuestions and setTimeTaken (via startTimer) were somehow causing the trouble while being called one after another (in "then" block). Thanks for the help!
hello sir, i was a .net developer back in 2019; due to covid i lost my job; and had gap of 2 yrs from coding for personal reasons (tried supporting my parents in local business); however, due to financial shortage; i want to get back a job as developer; but have lost my coding skills; please suggest which side should i learn, mean or mern stack; which is easy to learn faster and get a job as soon as possible;plz reply.
goo.gl/bPcyXW : Buy me a Coffee
bit.ly/2t0op0W : React + AspNet Core CRUD
bit.ly/4fSmgXP : Everyone's favourite way of creating React forms
bit.ly/3X6j820 : JS Array Method : Reduce
bit.ly/4fSmgXP : Full Playlist - React &.Net Core API
Very nice tutorial.
For error:
12:00 : if anyone getting blank page after adding dark mode, please check imports
import { createTheme } from '@mui/material/styles';
import { ThemeProvider } from '@emotion/react';
import { CssBaseline } from '@mui/material';
this made my code to work
One of the best tutorials of my entire life. Everything worked smoothly. I'm really thankful to you. Already subscribed and hope that you continue with the marvelous tutorials.
Thank you so much.
Really appreciated.
This is the youtube page i have been looking for since 1655AD, i am a front end dev and just recently dived into C#, it was all fun up until recently and this page is the solution to all the C# problem in this world
i amd dancing right now, heheheheh
Thanks for your wonderful feedback.
Sir I just completed the project, and it was really helpful thx for ur effort.
Glad to hear that.
Awesome tutorial! Please make more!!! 💪
Sure.
Don´t you like typescript? Your tutorials are wonderful! Please keep posting video like this! Thank you very much!
Thanks for the kind words. I do like typescript but most people opt to react with javascript.
Guys dark mode doesn't work as it supposes to. You must import the correct syntax which is
import { ThemeProvider, createTheme } from '@mui/material/styles';
import CssBaseline from '@mui/material/CssBaseline';
When you expect the program to import that automatically it imports wrong.
you mean the 'auto import' from the IDE right ?
@@CodAffection yep
Hi bro, i use to regularly follow your videos without any fail and many times your videos help me out in different aspects.. no doubt that this is also one of the diamond in your collection.. can you do the same using Angular, Core and API
Thanks for your wonderful feedback.
Angular version is here : ruclips.net/video/geEWd7mDlTI/видео.html
But Old.
OMG! Excelent tutorial, can i have an example of exporting to excel or PDF?
Also, guys if ur timer does not work properly get the timer function out of "then" and put it after the catch
Thanks, it worked.
Actually I've removed the startTimer from below the setQn, then added a finally clause after the catch:
...
.finally(startTimer());
Hello Sir its the best Lecture I have ever seen Thanks for your valuable time and knowledge
Can you please make Ecommerce web APP using react plz?
@CodAffection shouldn't the "api/Questions/GetAnswers" call be a GET call instead of a POST ?? Technically we are retrieving something from the database & using it in some logic in our front end code. Please let me know your thoughts on this.
yes, we are retrieving something and we are also posting the object containing the selected options.
In this given context, there is no strong reason to choose one over the other. it's up to you.
But if you are sending secure data, then a post request is strongly recommended. Apart from the recommended best practices, by default, all frameworks implement security features like cors, antiforgerytocken, etc.
@@CodAffection Got it, thanks for the explanation! And it's a great tutorial overall.
thanks alot
Most welcome
Hello Im my app is running but theres an error at the console: DOMException: Failed to execute 'open' on 'XMLHttpRequest': Invalid URL. How do I resolve it
Please provide this project in angular and .net core web api
Hope you reply, I have been trying to create a project using your Instruction, However I am keep geting error 400 bed request, when I try to post using ReactApp, my http path works fine in postmaster. not sure Cant find answer in google eather.
no need's to reply, I resolved the error
Why not just make the darktheme optional?
I have written the same code to create API endpoints. It is not working in my system.
Any error message?
how do I solve this error @CodeAffection AxiosError {message: 'Request failed with status code 404'
My timer is running at twice the speed. Any idea what might be going wrong??
I just answer that on the comments. If your timer does not work properly get the timer function out of "then" and put it after the catch
@@golcuk2076 Your suggestion worked, seems like the async nature of setQuestions and setTimeTaken (via startTimer) were somehow causing the trouble while being called one after another (in "then" block). Thanks for the help!
@@Lazy.espresso ur welcome
Everytime i login with the same info i get new user in DB. What's the problem?
It shouldn't happen, please try to run the app in debug mode.
hello sir, i was a .net developer back in 2019; due to covid i lost my job; and had gap of 2 yrs from coding for personal reasons (tried supporting my parents in local business); however, due to financial shortage; i want to get back a job as developer; but have lost my coding skills; please suggest which side should i learn, mean or mern stack; which is easy to learn faster and get a job as soon as possible;plz reply.