<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DotLasher001</title>
    <description>The latest articles on DEV Community by DotLasher001 (@vidhanvyrs).</description>
    <link>https://dev.to/vidhanvyrs</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1072333%2F135c30f4-69d6-45aa-a0f4-899c4a126f66.jpeg</url>
      <title>DEV Community: DotLasher001</title>
      <link>https://dev.to/vidhanvyrs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vidhanvyrs"/>
    <language>en</language>
    <item>
      <title>BewareNote!</title>
      <dc:creator>DotLasher001</dc:creator>
      <pubDate>Tue, 29 Aug 2023 17:42:10 +0000</pubDate>
      <link>https://dev.to/vidhanvyrs/bewarenote-114n</link>
      <guid>https://dev.to/vidhanvyrs/bewarenote-114n</guid>
      <description>&lt;h2&gt;
  
  
  Avoid using arrow functions for object methods
&lt;/h2&gt;

&lt;p&gt;If you need to access the object's properties or methods inside a function, using an arrow function might lead to unexpected behavior due to the this binding. Regular functions are often preferred for methods within objects&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpwn84li62h8g18lgn4gz.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpwn84li62h8g18lgn4gz.gif" alt="Image description" width="498" height="283"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Global context: In arrow functions, this retains the value from the surrounding context. This means that in a global context, this inside an arrow function will refer to the global object (window in browsers), which might not always be the desired behavior.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl6intfzh57oj6ilaz9au.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fl6intfzh57oj6ilaz9au.gif" alt="Image description" width="498" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Binding: If you want to bind a specific context to an arrow function, you can't use .bind() like you can with regular functions. Instead, you might need to create a closure that captures the desired context.&lt;/p&gt;

&lt;p&gt;tata bbye!!!🚀😉&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
    <item>
      <title>When to know 🤔 that I am capable to start learning React</title>
      <dc:creator>DotLasher001</dc:creator>
      <pubDate>Sat, 03 Jun 2023 13:57:48 +0000</pubDate>
      <link>https://dev.to/vidhanvyrs/when-to-know-that-i-am-capable-to-start-learning-react-1oi6</link>
      <guid>https://dev.to/vidhanvyrs/when-to-know-that-i-am-capable-to-start-learning-react-1oi6</guid>
      <description>&lt;p&gt;There is a common misconception😐 about &lt;strong&gt;React&lt;/strong&gt; which is, whenever it is asked that why we use react? explain it with an example, then a newbie will totally wobbles🤐&lt;br&gt;
the answer to it can be given by telling a very efficient use of React that is Building Single-page-Applications  for example React can be used to control some parts of a website like navbar or widget or the entire page can be controlled i.e we do not need to render different html pages to the user whenever he/she asks for the change on the page instead of it we can use react and just manipulate the page according to our users ask &lt;/p&gt;

&lt;p&gt;well that is one hella🔥 reason to use react.js instead of “Just Javascript” &lt;/p&gt;

&lt;p&gt;Now you may wonder why am I reading this shit😫 even though I do not Know if I possess the appropriate and enough knowledge of JS to start learning React🤔😟&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcsoyr4i62vps0lj72q7x.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcsoyr4i62vps0lj72q7x.gif" alt="Image description" width="498" height="395"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Well good point!😎 So here's the thing you may think you are not ready because either you haven't even started a single topic of js, then yes you are not ready and I think you should buckle up and jump straight into the world of JS and start the journey🗺️&lt;br&gt;
Or if you have the basic knowledge of Js and by "basic" means the following topics that is being provided here then yes you are ready to jump🤠 for React/Angular/Vue or any other framework and trust me you should.&lt;br&gt;
Also first make one or two projects using Just JS(HTML and CSS) then you may get the idea about the DOM and various other stuff&lt;/p&gt;

&lt;p&gt;--------------------POINTS-------------------&lt;br&gt;
-🤘 Basics (data types, functions, loops, etc)&lt;br&gt;
-🤘 Basic DOM Manipulation&lt;br&gt;
  (document.getElementById("--id--");)&lt;br&gt;
-🤘 Arrow Functions&lt;br&gt;
-🤘 Closures&lt;br&gt;
-🤘 Some Array Methods (forEach, map, filter, Reduce)&lt;br&gt;
-🤘 Async JS &amp;amp; Fetch API&lt;br&gt;
-🤘 ES Modules, Import/Export&lt;br&gt;
-🤘 NPM Basics   &lt;/p&gt;




&lt;p&gt;After jumping in React, learning basic working of it about &lt;strong&gt;components props states and various other hooks&lt;/strong&gt;, you can start learning different other topics of JS parallel to your React course hence maintaining a perfect balance because ultimately you got to know that why am I using this library/framework what will be the problem if I use just js and for that you do need to know how to code a particular React project using Just JS &lt;br&gt;
'cause that's what a real developer👩‍💻 is he knows the problem of one stack and finds solution of it into another 💪 not like some horse developer who got no idea about anything. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1zar0nrwyj4sqm9caq2g.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1zar0nrwyj4sqm9caq2g.gif" alt="Image description" width="280" height="498"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
