<?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: desvocate</title>
    <description>The latest articles on DEV Community by desvocate (@desvocate).</description>
    <link>https://dev.to/desvocate</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%2F894971%2F8f12475f-faf6-4380-9484-b238526ea305.png</url>
      <title>DEV Community: desvocate</title>
      <link>https://dev.to/desvocate</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/desvocate"/>
    <language>en</language>
    <item>
      <title>How to automatically create UI components that match your code library</title>
      <dc:creator>desvocate</dc:creator>
      <pubDate>Mon, 08 Aug 2022 08:53:00 +0000</pubDate>
      <link>https://dev.to/desvocate/how-to-automatically-create-ui-components-that-match-your-code-library-5af4</link>
      <guid>https://dev.to/desvocate/how-to-automatically-create-ui-components-that-match-your-code-library-5af4</guid>
      <description>&lt;p&gt;No more trying to match designs to UI components - just production-ready code. \o/ &lt;/p&gt;

&lt;p&gt;&lt;u&gt;&lt;strong&gt;Here's how&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Go to Figma and &lt;a href="https://www.figma.com/community/plugin/857346721138427857/Anima---Export-Figma-to-HTML%2C-React-%26-Vue-code"&gt;install the Anima plugin&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Work with live UI Components that update automatically.&lt;/li&gt;
&lt;li&gt;Sync and share with the team.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Designers will be using live UI components in Figma that match the same open-source React libraries that you're already using in production, so you can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Skip the grunt work&lt;/strong&gt; of searching open source libraries for components that are “close enough,” then editing props to match the design.&lt;/li&gt;
&lt;li&gt;Access a component library made with &lt;strong&gt;React components from three of the popular libraries: MUI, Bootstrap, and Ant Design.&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;Additional resources:&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.figma.com/community/plugin/857346721138427857/Export-to-React%2C-HTML-%26-Vue-code-with-Anima"&gt;Install the Anima plugin for Figma&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.animaapp.com/blog/product-updates/react-component-library-in-figma/"&gt;Using UI Components with Anima and Figma&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.animaapp.com/features/code"&gt;Why design-to-code&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>design</category>
      <category>devops</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Design-systems impact on R&amp;D teams — Benefits, pains, and tips.</title>
      <dc:creator>desvocate</dc:creator>
      <pubDate>Tue, 26 Jul 2022 10:21:00 +0000</pubDate>
      <link>https://dev.to/desvocate/design-systems-impact-on-rd-teams-benefits-pains-and-tips-4jgc</link>
      <guid>https://dev.to/desvocate/design-systems-impact-on-rd-teams-benefits-pains-and-tips-4jgc</guid>
      <description>&lt;p&gt;&lt;em&gt;This article was written by Avishay Cohen, CEO @ Anima.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;The worlds of &lt;strong&gt;Front-end&lt;/strong&gt; and &lt;strong&gt;Product design&lt;/strong&gt; are closer than ever before. &lt;strong&gt;Design systems&lt;/strong&gt; keep mature organizations in sync. However, building, maintaining, and adopting doesn’t always go smoothly. In this article, I’ll cover the background, motivation, pains, and &lt;a href="https://bit.ly/3cs6RkD"&gt;how Anima can help&lt;/a&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;User interface design has become largely a process of assembling and reusing proven interaction design patterns.&lt;/p&gt;

&lt;p&gt;Software engineering leaders must leverage platform-based, open-source, and in-house design systems to build the best digital products in the least amount of time.&lt;/p&gt;

&lt;p&gt;-- Build Better Products Faster With Design Systems, &lt;a href="https://www.gartner.com/en/documents/3998770"&gt;Gartner&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  How Front-end has evolved
&lt;/h2&gt;

&lt;p&gt;The way we build software has evolved to the point where Front-end and Back-end are decoupled. The composable architecture allows organizations to move faster as they use existing software solutions and services as building blocks.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Composable technologies&lt;/strong&gt; are the tools for today and tomorrow. They are the pieces and parts, and what connects them all together.&lt;/p&gt;

&lt;p&gt;-- The Future of Business Is Composable, &lt;a href="https://www.gartner.com/smarterwithgartner/gartner-keynote-the-future-of-business-is-composable"&gt;Gartner&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h3&gt;
  
  
  Component-based frameworks
&lt;/h3&gt;

&lt;p&gt;Diving into how Front-end evolved, we see component-based Frameworks like &lt;strong&gt;React, Vue, and Angular&lt;/strong&gt; are becoming dominant. These frameworks utilize repeating sets of &lt;strong&gt;components as building blocks&lt;/strong&gt;. This is, again, the Composable architecture, now at the micro-level of the Front-end.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TWySbaDi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2ppw7s1rn2tcrfmqhvd1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TWySbaDi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2ppw7s1rn2tcrfmqhvd1.png" alt="Stackoverflow: React.js is one of the top two web technologies used by Professional Developers" width="880" height="462"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How Product design has evolved
&lt;/h2&gt;

&lt;p&gt;In the world of Product design, we see similar patterns. Sketch (A popular design tool) was the first to use components as building blocks for digital product design. Figma and Adobe XD quickly followed, and they now dominate the design-tools space.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--h4CfHIoL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0k0abvrltgpa9rt9do46.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--h4CfHIoL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0k0abvrltgpa9rt9do46.jpeg" alt="Visual: How product design has evolved" width="880" height="546"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Front-end and Product design become closer
&lt;/h3&gt;

&lt;p&gt;As Front-end and Design worlds become similar, and architectures are based on reusable components, a system is required to keep things in order. Enters design systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mature organizations use Design-systems
&lt;/h2&gt;

&lt;p&gt;Many organizations now have Design-systems in place that allow them to deliver resilient and consistent products faster and at scale.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Design system benefits:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Building faster&lt;/strong&gt; — Teams reuse components and don’t need to reinvent the wheel&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stability&lt;/strong&gt; — Core components are well tested, technically, and UX.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Coherent products&lt;/strong&gt; — Consistent UX patterns across products/features&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;A Design-system is a product&lt;/strong&gt;. It requires attention — planning, development, and maintenance. Large companies often have a dedicated design-system team. Small-to-medium companies may allocate efforts of cross-company UX and Front-end teams to plan and maintain the design system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Best practice: Rely on open-source
&lt;/h2&gt;

&lt;p&gt;With a &lt;strong&gt;Composable architecture&lt;/strong&gt; at the Front-end level, teams don’t have to build everything from scratch. Building upon existing open-source components has many benefits.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Teams don’t have to build everything from scratch.&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Popular libraries such as &lt;strong&gt;Material UI, Ant Design, and Bootstrap&lt;/strong&gt; have a large set of pre-made components.&lt;/li&gt;
&lt;li&gt;Such libraries are &lt;strong&gt;thoroughly tested and are maintained&lt;/strong&gt; by the open-source community.&lt;/li&gt;
&lt;li&gt;Open-source libraries could be &lt;strong&gt;easily themed to match your brand&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;There are dedicated libraries that &lt;strong&gt;cover complex components such as Charts&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Take, for example, a “simple” text field. It may have many states such as error, warning, or loading. It could have the functionality to validate form values, behave properly on mobile, have accessibility features, and much more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;You could spare significant engineering efforts by simply using such components&lt;/strong&gt;, in addition to the company’s custom components. And you can mix and match libraries.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--yk_mw-4B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ngbtpjtg2jam4da7qwtb.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--yk_mw-4B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ngbtpjtg2jam4da7qwtb.jpeg" alt="Visual: Ant design system" width="880" height="546"&gt;&lt;/a&gt;&lt;br&gt;
Ant design system open-source: Code components are available in Figma using Anima&lt;/p&gt;

&lt;p&gt;In this context — &lt;a href="https://bit.ly/3cs6RkD"&gt;Anima&lt;/a&gt; now offers a catalog of popular open-source React components right inside Figma. &lt;strong&gt;So designers can extend the Design-system easily&lt;/strong&gt;, with **easy developer handoff **as code.&lt;/p&gt;

&lt;p&gt;In Addition, since Anima turns designs to code automatically, &lt;strong&gt;it will work like a charm for demos as well&lt;/strong&gt; before involving developers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pain #1: Working with 2 sources of truth
&lt;/h3&gt;

&lt;p&gt;Today, Design-systems live in two places:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The design tool&lt;/strong&gt; — Figma or Adobe XD, holds a visual representation of the design system.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The code base&lt;/strong&gt; — GitHub, holds the implementation of the design system and usually also includes StoryBook as a catalog.
Organizations usually spend great time and effort, at the &lt;strong&gt;cost of millions of dollars a year&lt;/strong&gt; and more, maintaining these two sources of truth. Some companies such as Google, Intuit, and AirBnB create internal automation tools to help design-systems teams with maintenance.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://bit.ly/3cs6RkD"&gt;Anima&lt;/a&gt; can help here, allowing teams to sync their code base with the design in Figma.&lt;/strong&gt; Meaning the design is being updated automatically from the code. So the design-system team won’t become a bottleneck.&lt;/p&gt;

&lt;h3&gt;
  
  
  Pain #2: Design-system adoption across the organization
&lt;/h3&gt;

&lt;p&gt;Building a design system is only the beginning. We want the organization to adopt it. Otherwise, it’s a waste of resources.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The best way would be to bring value to teams adopting it.&lt;/strong&gt; Such value could be smarter components in the design tools, with a great dynamic layout and built-in interactions.&lt;/p&gt;

&lt;p&gt;Anima helps with design-systems adoption by bringing more value to designers and developers. components in the design tool are mapped to the code equivalent — So running a prototype with Anima makes everything just work. Engineers get snippets of code that rely on the design system code components. Also, components in the design tool get Figma’s auto-layout automatically, helping designers work faster.&lt;/p&gt;

&lt;h3&gt;
  
  
  About Anima
&lt;/h3&gt;

&lt;p&gt;Anima is merging the Product-design world into Software-development-lifecycle. Our goal is to automate the grunt work of Front-end development. We do it by converting design-to-code automatically.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;We live and breathe design-systems, modern front-end architectures, design tools, and design methodologies.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;That is our passion, and we are eager to help R&amp;amp;D organizations mature in how they plan and build web applications.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Considering Anima for your organization?&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://bit.ly/3vRQ3dT"&gt;Schedule a demo&lt;/a&gt; to start.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://bit.ly/3vRQ3dT"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aS_2FIOA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/t41154sgongmnoyq0p2i.png" alt="Try an Anima demo" width="880" height="308"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>react</category>
    </item>
  </channel>
</rss>
