<?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: Ankit Zore</title>
    <description>The latest articles on DEV Community by Ankit Zore (@zoreankit).</description>
    <link>https://dev.to/zoreankit</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%2F707377%2F13373d9c-254d-49b0-96a9-a0207cfeda73.jpeg</url>
      <title>DEV Community: Ankit Zore</title>
      <link>https://dev.to/zoreankit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zoreankit"/>
    <language>en</language>
    <item>
      <title>Do i need to learn react?</title>
      <dc:creator>Ankit Zore</dc:creator>
      <pubDate>Thu, 21 Apr 2022 12:54:44 +0000</pubDate>
      <link>https://dev.to/zoreankit/do-i-need-to-learn-react-2hfj</link>
      <guid>https://dev.to/zoreankit/do-i-need-to-learn-react-2hfj</guid>
      <description>&lt;p&gt;I'm Full-stack developer with expertise in creating webapps and admin panels.&lt;/p&gt;

&lt;p&gt;I have experience working in PHP-laravel framework for backend and Javascript-Vue framework in frontend. I have also worked on Ionic-Vue for creating mobile applications. &lt;/p&gt;

&lt;p&gt;I'm curious on learning blockchain development. I have read many articles stating you need to have knowledge of react.js.&lt;/p&gt;

&lt;p&gt;what will be the learning curve for blockchain development?&lt;/p&gt;

&lt;p&gt;Any suggestions/blogs would be helpful. &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>blockchain</category>
      <category>web3</category>
      <category>react</category>
    </item>
    <item>
      <title>Language translation plugin for vue js</title>
      <dc:creator>Ankit Zore</dc:creator>
      <pubDate>Thu, 10 Feb 2022 14:48:00 +0000</pubDate>
      <link>https://dev.to/zoreankit/language-translation-plugin-for-vue-js-2eoj</link>
      <guid>https://dev.to/zoreankit/language-translation-plugin-for-vue-js-2eoj</guid>
      <description>&lt;p&gt;Hello everyone 👋, &lt;/p&gt;

&lt;p&gt;I'm Ankit Zore Full stack developer from India. Currently working on laravel nova and vue js frameworks.&lt;/p&gt;

&lt;p&gt;I have created vue language plugin which out of the box provides translation feature.&lt;/p&gt;

&lt;p&gt;I have used different alternatives but I felt they were complex to solve just translation issues if you have custom words. So I created plugin which does it for you.&lt;/p&gt;

&lt;p&gt;How it works?&lt;/p&gt;

&lt;p&gt;You create the language file where you define all words which needs to be translated as key and there translations as value.&lt;/p&gt;

&lt;p&gt;Eg:fr.js&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight javascript"&gt;&lt;code&gt;&lt;span class="k"&gt;export&lt;/span&gt; &lt;span class="k"&gt;default&lt;/span&gt;
    &lt;span class="p"&gt;{&lt;/span&gt;
        &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;title&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;titre&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;
        &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Hello World&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt; &lt;span class="dl"&gt;"&lt;/span&gt;&lt;span class="s2"&gt;Bonjour le monde&lt;/span&gt;&lt;span class="dl"&gt;"&lt;/span&gt;
    &lt;span class="p"&gt;}&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This file will be used by plugin to check for translations.&lt;/p&gt;

&lt;p&gt;When you install plugin you get "translate()" out of the box which can be used in templates as well as scripts to translate words.&lt;/p&gt;

&lt;p&gt;Plugin also provides vuex store where you can mutate the current locale variable. If locale variable is set to fr it will show translations of fr file similar for other languages.&lt;/p&gt;

&lt;p&gt;Check &lt;a href="https://github.com/ZoreAnkit/ankit-vue-language-lib"&gt;vue_language_plugin&lt;/a&gt; for complete installation and guide on how to use it.&lt;/p&gt;

&lt;p&gt;This is my 1st open source project. Any suggestions, advices, help are most welcomed&lt;/p&gt;

</description>
      <category>vue</category>
      <category>localization</category>
      <category>beginners</category>
      <category>showdev</category>
    </item>
    <item>
      <title>Code break on dev.to home feeds?</title>
      <dc:creator>Ankit Zore</dc:creator>
      <pubDate>Thu, 02 Dec 2021 08:34:51 +0000</pubDate>
      <link>https://dev.to/zoreankit/code-break-on-devto-home-feeds-4pkd</link>
      <guid>https://dev.to/zoreankit/code-break-on-devto-home-feeds-4pkd</guid>
      <description>&lt;p&gt;What is this code I'm seeing on dev.to home feeds?&lt;/p&gt;

&lt;p&gt;Does anyone have same thing on there home feeds?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
