<?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: React Hunter</title>
    <description>The latest articles on DEV Community by React Hunter (@reacthunter0324).</description>
    <link>https://dev.to/reacthunter0324</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%2F395859%2F96edc7c6-3f92-4f3b-b6d2-6be9450fce99.jpg</url>
      <title>DEV Community: React Hunter</title>
      <link>https://dev.to/reacthunter0324</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/reacthunter0324"/>
    <language>en</language>
    <item>
      <title>Optimization in importing</title>
      <dc:creator>React Hunter</dc:creator>
      <pubDate>Tue, 18 May 2021 19:22:23 +0000</pubDate>
      <link>https://dev.to/reacthunter0324/optimization-in-importing-4ofi</link>
      <guid>https://dev.to/reacthunter0324/optimization-in-importing-4ofi</guid>
      <description>&lt;p&gt;I want to discuss about optimization.&lt;br&gt;
Here are 2 kinds of importing components.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;first case&lt;br&gt;
import { Accordion, Button, Modal } from 'react-bootstrap';&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;second case&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;import Accordion from 'react-bootstrap/Accordion';&lt;br&gt;
import Button from 'react-bootstrap/Button';&lt;br&gt;
import Modal from 'react-bootstrap/Modal';&lt;/p&gt;

&lt;p&gt;Which is better in optimization scope? Or same?&lt;br&gt;
Thanks&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Animation problem in macos vm of windows 10</title>
      <dc:creator>React Hunter</dc:creator>
      <pubDate>Wed, 27 May 2020 18:06:29 +0000</pubDate>
      <link>https://dev.to/reacthunter0324/animation-problem-in-macos-vm-of-windows-10-5gfj</link>
      <guid>https://dev.to/reacthunter0324/animation-problem-in-macos-vm-of-windows-10-5gfj</guid>
      <description>&lt;p&gt;Hi Developers,&lt;br&gt;
I am using macOS Catalina on windows 10 by vmware workstation pro 15.5.0&lt;br&gt;
It works well. By the way, I could see that many animations don't work on macos. By 2016, it worked well. But, after reinstalling windows os in 2017, I could see this kind of problems. When I try to see website on chrome, it's very uneasy if page includes image slider or 3d animations.&lt;br&gt;
I am sure that you already met this problem.&lt;br&gt;
If there is any way to fix this, let's share that technical talents :)&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

</description>
      <category>windows</category>
      <category>macos</category>
      <category>vmware</category>
      <category>animation</category>
    </item>
  </channel>
</rss>
