How can we call JavaScript from Blazor? While we love to focus our efforts on CSharp when working in Blazor, there are certainly times when JavaScript makes sense. Knowing how to interact between the two is incredibly useful! This is a tutorial that should help explain the various ways that we are able to go between CSharp and JavaScript. Check out the article: https://bgh.st/uwunbg #blazor #dotnet #csharp #javascript #aspnet
Calling JavaScript from Blazor with CSharp
More Relevant Posts
-
How to understand a Javascript function? What arguments are passed? Why it is passed? What is the function doing inside? What it is returning? What does the JS doing with the returned value? If you can answer to all the questions then you have understood a function. #Javascript #frontenddevelopement
To view or add a comment, sign in
-
Don’t learn randomly ❌ Follow a roadmap 💻 HTML & CSS → CodeWithHarry JavaScript → Chai aur Code Start today, stay consistent, and become a developer 🚀🔥 Save this for later!” #webdevelopment #codingjourney #learncoding #htmlcss #javascript
To view or add a comment, sign in
-
One thing that used to confuse me in JavaScript: Why do both == and === even exist? Coming from other languages, it felt unnecessary. Turns out, they solve two different problems. == tries to be flexible and converts values: 0 == "0" → true === is strict, no conversion: 0 === "0" → false So it’s not random. It’s just two different rules: flexible vs exact. Most of the time, you just want exact. #javascript #webdevelopment
To view or add a comment, sign in
-
A quick look at some powerful TypeScript features: • Generics (with constraints) • Conditional & Mapped Types • typeof & keyof These concepts make it easier to write flexible, reusable, and maintainable TS code. Code 👇 https://lnkd.in/gDsycMSS Sharing a few simple examples in the slides 👇 #TypeScript #WebDevelopment #JavaScript JavaScript Mastery
To view or add a comment, sign in
-
3 Must-Know JavaScript Concepts for Every Developer: • Closures • Promises & Async/Await • Event Loop If you understand these well, your coding level improves significantly. Which one do you find hardest? #JavaScript #FrontendDevelopment #CodingTips
To view or add a comment, sign in
-
JavaScript Interview Question Q: What are the limitations of JavaScript? As frontend developers, we use JavaScript daily—but it’s important to understand its limitations too 👇 Single-threaded nature Dynamic typing Security concerns Floating-point precision issues Browser inconsistencies No true multithreading 💡 Takeaway: JavaScript is powerful, but knowing its limitations helps you write better and more reliable code. What other limitations would you add? #javascript #typescript #React #NextJS #FrontendDevelopment
To view or add a comment, sign in
-
Day 93 / 365 👨💻 Focused on refining basics through practice. 🧩 Revisited component structure and props 🔁 Tracked state changes during interactions ⚙️ Cleaned up small parts of the code 🧠 Focused on making logic easier to follow #365DaysOfCode #React #JavaScript
To view or add a comment, sign in
-
💡 React Tip of the Day Why do we use "className" instead of "class" in React? 🤔 👉 HTML: 👉 React: 👉 Why? "class" is a reserved keyword in JavaScript. Since JSX runs inside JavaScript, React uses "className" instead. 👉 What does it do? It applies CSS classes to your elements. ✔ Same styling ✔ Works just like HTML Small difference… but important 👍 #ReactJS #JavaScript #Frontend #WebDevelopment #TipOfTheDay
To view or add a comment, sign in
-
The WTF JS GitHub repository is a hilarious yet insightful collection of JavaScript quirks and WTF moments. Learn and laugh while uncovering the language's weird side! 🔥 Link 🔗: https://lnkd.in/dWYWQmfB I hope this helps ✅ Do Like 👍 & Repost 🔄 #html #css #javascript #typescript #react #viral
To view or add a comment, sign in
-
🚀 Day 16: Higher-Order Components (HOC) in React A Higher-Order Component (HOC) is a function that takes a component and returns a new enhanced component. 👉 Think of it as: “A wrapper that adds extra functionality to your component” Learn with JavaScript Mastery #ReactJS #FrontendDevelopment #JavaScript #CodingChallenge #LearnInPublic w3schools.com #InterviewPrep
To view or add a comment, sign in
-
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development