Wow, I started developing 1.5 years ago and guys like you boost my progress so much, thx for your effort.🔥
@CoderFoundry8 ай бұрын
Great to hear!
@iheanyichukwuaguwa623110 ай бұрын
Thanks for this. Blazor Js interop has always been a bit confusing until this video dropped. Thanks again
@CoderFoundry10 ай бұрын
Glad to help!
@philmingo7 ай бұрын
Now this is how you explain stuff !! Thanks much!!
@CoderFoundry7 ай бұрын
Glad to help!
@stevenvillarreal89707 ай бұрын
This is an awesome tutorial! Easy explanation with a great example 🙌!
@CoderFoundry7 ай бұрын
Glad it was helpful!
@cissemy10 ай бұрын
Blazor is powerful .
@CoderFoundry10 ай бұрын
It really is.
@oncalldev3 ай бұрын
Very well done.
@mateofernandez2735 ай бұрын
very good, god gamer. This is the new meta
@10Totti9 ай бұрын
Best Tutorial thanks!
@CoderFoundry9 ай бұрын
Glad it helped!
@gilleyt2 ай бұрын
Great Video thanks
@CoderFoundryАй бұрын
Glad you enjoyed it
@pixel70387 ай бұрын
Does Microsoft ever plan on creating a synchronous version using js interop?
@kell76894 ай бұрын
I'm having so much trouble exporting a js class. I can import the isolated JS no problem, but it can't find any of the class members...
@zaspalia3 ай бұрын
Having the exact same problem right now. The only way I’ve been able to get around it is by creating a separate function that returns an instance of that class and calling it from my razor components. Microsoft also has an example assigning a class with static methods to the window but that doesn’t seem to work for instantiations.
@kell76893 ай бұрын
@@zaspalia that is *exactly* how I’ve been working around it. Weird.
@jaxongirrahimov790810 ай бұрын
Do you think building CRM is also as effective as Bug Tracker?
@CoderFoundry10 ай бұрын
I think it works well
@yogxoth19594 ай бұрын
I feel like I've done exactly the same as you, but I'm getting an error in the browser that "'myFunction' was undefined".
@unskeptable7 ай бұрын
Can a .net 8 web mvc project with jquery be updated to also use blazor ?
@CoderFoundry7 ай бұрын
It's a rewrite. The architecture is different.
@codeDotnet10 ай бұрын
Wow ,amaizing ,thank so much
@CoderFoundry10 ай бұрын
I'm glad it helped.
@codeDotnet10 ай бұрын
@@CoderFoundry Can you give me a website link so I can design icons like yours?
@Cos3D7 ай бұрын
is it possible to interop blazor with three js to upload/import a 3d obj file from blender that has animations?
@CoderFoundry7 ай бұрын
Maybe. I would have to try.
@Glockodile7 ай бұрын
Hi, does this also work with blazor server?
@CoderFoundry7 ай бұрын
It most cases. You cannot modify the dom with js because it clashes with blazor.
@wisnu77345 ай бұрын
Is it possible to implement this code in blazor ssr ??
@emreaka39654 ай бұрын
I'll try
@mhsn27mhsn107 ай бұрын
thank you
@CoderFoundry7 ай бұрын
You're welcome
@OrekiBurd8 ай бұрын
Does it not work with client components? The ones that uses [InteractiveAuto] specifically. It finds the js function from server components but gives an error saying something like "function not defined" when calling from client components that use [InteractiveAuto]
@CoderFoundry8 ай бұрын
Interactive auto means the component can execute on the server and dom updates via siqnalr. It can also execute via wasm which executes on the client which uses interop.
@olamidejames79689 ай бұрын
Hi, thanks for this. However, I find it difficult to work with existing javascript libraries. Do you have a video on how to work with external javascript libraries?
@CoderFoundry9 ай бұрын
Which one?
@samjohnson52038 ай бұрын
Im looking to better understand the same. I'm doing a comparison of charting libraries such as Highcharts and Apache Echarts. There's likely something out there for Blazor already, given the popularity of those libraries. A video on going from JS to an Interop version for Blazor would be neat to see.
@firstlast4934 ай бұрын
How to make this app without Javascript?
@shjaaz413910 ай бұрын
Hi dear, Can you do portfolio reviews live stream, ve been waiting for so long .. :((
@figloalds3 ай бұрын
16:50 ah yes Coding in impossible edge caes because "You never know" This is just future proofing. Yes it's objectively impossible right now that that would be null. But what about a few months from now when "John Doe" makes some edits to this code? You literally never know