Day 80 / 365 👨💻 Continued learning React tooling. 📦 Role of Rollup in production bundling 🔢 Understood version symbols (^, ~) in package.json 📤 Named vs default exports 📄 Why JSX files use .jsx extension #365DaysOfCode #React #JavaScript #Frontend
Learning React Tooling with Rollup and JSX
More Relevant Posts
-
JavaScript is fast and flexible. TypeScript catches errors before they happen. Small projects? JS is perfect. Big projects? TS is a lifesaver. Which one do you reach for first? #JavaScript #TypeScript #WebDevelopment #CodingLife
To view or add a comment, sign in
-
As developers, we can ship features for hours and forget to do the most basic human things. So I automated it. Here's what it does: *Runs every minute using node-cron *Speaks a reminder aloud using say *Greets you based on the time of day *Picks a random hydration message each time It's a small project, but it taught me a real lesson #NodeJS #javaScript #cronjob #say #Personaldevelopment
To view or add a comment, sign in
-
-
learned optional chaining in react today. making: IPL project 🏏 issue faced: accessing nested objects like "object.object.object" fix/learned: optional chaining ("?.") to avoid crashes & undefined errors small thing, big sanity save. #reactjs #webdev #buildinpublic #javascript
To view or add a comment, sign in
-
-
WHAT IS DEFAULT PARAMETERS (ES6) IN JAVASCRIPT ? In JavaScript (ES6), default parameters let you assign default values to function parameters. If no argument (or undefined) is passed, the default value is used. #JavaScript #InterviewPreparation #SoftwareEngineering #WebDevelopment #DevelopersOfLinkedIn #frontend #backend #coding #learning
To view or add a comment, sign in
-
-
Day 95 / 365 👨💻 Focused on steady React practice. 🧩 Built a small feature in an existing component 🔁 Handled state updates more smoothly ⚙️ Simplified some conditional logic 🧠 Focused on writing cleaner components #365DaysOfCode #React #JavaScript #Frontend
To view or add a comment, sign in
-
🚀 JavaScript vs TypeScript — Which one do you prefer? Here’s a simple breakdown 👇 🟡 JavaScript ✔ Easy to start ✔ Flexible ❗ But errors can show up at runtime 🔵 TypeScript ✔ Type safety ✔ Better tooling & autocompletion ✔ Catches errors early (before running code) 💡 In short: JavaScript = Fast & flexible TypeScript = Safe & scalable 👉 If you’re building small projects, JavaScript works great. 👉 For large applications, TypeScript is a game changer. 💬 What do you use in your projects — JS or TS? #JavaScript #TypeScript #React #Frontend #Programming #SoftwareEngineering
To view or add a comment, sign in
-
-
Javascript concept: == vs === This bug looked harmless… console.log(5 == "5"); // true But in production? It broke logic. console.log(5 === "5"); // false 💡 One habit that saved me: → Always use === #JavaScript #WebDevelopment #Frontend #Coding
To view or add a comment, sign in
-
Hoisting is a behavior in JavaScript where variable and function declarations are conceptually moved to the top of their containing scope (either the global script or a specific function) during the compilation phase, before the code is actually executed. It is important to understand that your code isn't physically moved anywhere. Instead, the JavaScript engine allocates memory for variable and function declarations before it executes the code line-by-line. #javascript #hoisting #frontend #scripting
To view or add a comment, sign in
-
-
💡 What is React Hook Form? React Hook Form is a library that helps you handle forms easily and efficiently in React. 👉 Less code 👉 Better performance 👉 Easy validation 👉 Cleaner logic 📌 Why use React Hook Form? • No unnecessary re-renders • Simple form handling • Built-in validation • Scalable for large forms 📌 How it works: 1️⃣ Register inputs 2️⃣ Handle submit 3️⃣ Validate data 4️⃣ Get form values ⚡ It makes form handling fast, clean, and professional. Follow TFSC to master modern React development. #reactjs #reacthookform #frontenddevelopment #javascript #webdevelopment #coding #learnreact #reactforms #programming #tfsc
To view or add a comment, sign in
-
Well i dont like the horizontal bar when i'm coding, the VS Code has one config to wrap easily the text on a VS Code window file. VS Code Shortcut: 1 - CTRL + SHIFT + P 2 - Find the option called Preferences: Open User Settings (JSON) on "user.settings.json file" in VSCode add the next line to wrap the code: "editor.wordWrap": "on", 3 - Save the changes and yeah now u can see the content files wrapped! That will do the magic and i love it.!!!! Happy dev 🇨🇷 #VSCode #tricks #Django #VueJS #React #reactnative #javascript #dev #jr #sr #mid
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