<?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: iceRao</title>
    <description>The latest articles on DEV Community by iceRao (@raoenhui).</description>
    <link>https://dev.to/raoenhui</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%2F893045%2Ff0c7e9b1-f9aa-42c9-9269-c73cbed13f90.jpeg</url>
      <title>DEV Community: iceRao</title>
      <link>https://dev.to/raoenhui</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raoenhui"/>
    <language>en</language>
    <item>
      <title>LowCode table of solutions Drip-Table open source!</title>
      <dc:creator>iceRao</dc:creator>
      <pubDate>Wed, 12 Oct 2022 03:40:53 +0000</pubDate>
      <link>https://dev.to/raoenhui/lowcode-table-of-solutions-drip-table-open-source-5n3</link>
      <guid>https://dev.to/raoenhui/lowcode-table-of-solutions-drip-table-open-source-5n3</guid>
      <description>&lt;h1&gt;
  
  
  Preface
&lt;/h1&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;LowCode table of solutions Drip-Table open source!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;According to the latest forecast by Gartner, the world's leading information technology research and advisory firm, global IT spending will reach $4 trillion by 2021. Then China, as the economic powerhouse and IT powerhouse in Asia Pacific, the application development market in China will lead to an explosive period, with growth rates exceeding the global average in the coming years. With limited R&amp;amp;D resources, companies are more focused on saving labor costs and improving manpower efficiency, while most applications are inseparable from the list layout list demand is increasing day by day, and the types are complex and diverse, while R&amp;amp;D resources are limited, the existing development model is difficult to meet the growing demand. Therefore, Jingdong Retail iPaaS front-end R&amp;amp;D team launched a technical solution Drip-Table to build web list by LowCode, which can realize visual list building and save development manpower.&lt;/p&gt;

&lt;p&gt;With nearly six months of continuous optimization and iteration, the framework has stabilized and is now open source.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Source code address: &lt;a href="https://github.com/JDFED/drip-table"&gt;https://github.com/JDFED/drip-table&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Official website address: &lt;a href="http://drip-table.jd.com"&gt;http://drip-table.jd.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Usage Scenarios
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;no programming-based users want to build custom list application&lt;/li&gt;
&lt;li&gt;developers to efficiently create lists , customization requirements can be achieved through a small amount of code&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  How to use
&lt;/h1&gt;

&lt;p&gt;First of all, we will show you our face through dynamic pictures.&lt;/p&gt;

&lt;p&gt;You can also directly open the Drip-Table case for list building.&lt;/p&gt;

&lt;h1&gt;
  
  
  Introduction to the architecture solution
&lt;/h1&gt;

&lt;p&gt;The overall process of the list is as follows: first use the Drip-Table-Generator visual builder to build the list, configure component properties, configure custom components if they cannot meet the business scenario, then write the rendering logic online with embedded template data, and finally generate JSON Schema protocol data. The list is dynamically rendered by Drip-Table renderer, and finally the business side can complete the list-related business requirements directly without development.&lt;/p&gt;

&lt;h1&gt;
  
  
  Introduction of Drip-Table-Generator architecture
&lt;/h1&gt;

&lt;p&gt;Drip-Table-Generator is a visual list building solution.&lt;br&gt;
Basic Capabilities of Drip-Table-Generator&lt;br&gt;
So what are the basic capabilities that a good visual list building solution needs to have. It mainly contains the following 5 points：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;HTML Tree editing (style editing)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Edit the visible elements of the page, can freely modify the page structure style&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Component Tree editing (component editing)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Component list to select components, drag and drop to embed in the page&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Custom Development (custom development)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;R &amp;amp; D can intervene in the development of custom components to meet the customization of the scene&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Editor (Data Editor)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Visually edit the data part of the page, such as text, URL&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Dynamic Logic Editor (Logic Editor)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The ability to freely add business judgment logic, such as checksum rules&lt;/p&gt;

&lt;h1&gt;
  
  
  List components and configuration
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Basic components
&lt;/h2&gt;

&lt;p&gt;The basic components are common components of the list, including text, graphics, labels and other components.&lt;/p&gt;

&lt;h2&gt;
  
  
  Business components
&lt;/h2&gt;

&lt;p&gt;Business components usually serve only specific business, R&amp;amp;D can add custom business components according to the API methods exposed by Drip-table-generator.&lt;/p&gt;

&lt;h2&gt;
  
  
  Custom Components
&lt;/h2&gt;

&lt;p&gt;Custom components solve the problem of not being able to manipulate data fields and not being able to verify syntax and logic. Build tools or through the online code editor allow users to write LowCode code to generate business components and then perform syntax checks and also use the preview feature for business logic checks; in addition, the code editor supports data manipulation through nested templates.&lt;/p&gt;

&lt;h1&gt;
  
  
  Json Schema Protocol Definition
&lt;/h1&gt;

&lt;p&gt;The international specification (Understanding JSON Schema) is used to define the Json data format for global as well as list items. Through configuration items, we can decide to turn on or off certain functions, or set table styles, etc.&lt;/p&gt;

&lt;h1&gt;
  
  
  Introduction to Drip-Table architecture
&lt;/h1&gt;

&lt;p&gt;Drip-Table is a Json Schema based solution for rendering dynamic lists.&lt;/p&gt;

&lt;p&gt;The architecture is mainly divided into four JSON Schema definitions, namely Columns schema, Configs Schema, Refs, EventCallback, and also supports Drip-design and Antd-design theme packages.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Columns schema defines the data specification of the list component.&lt;/li&gt;
&lt;li&gt;Configs Schema defines the list global configuration.&lt;/li&gt;
&lt;li&gt;Refs expose list instance parameters .&lt;/li&gt;
&lt;li&gt;Event callback defines the list framework event callbacks&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  Success stories
&lt;/h1&gt;

&lt;p&gt;Drip-Table is used to build material lists for low-code projects in the drop-in platform. 64 kinds of material lists have been built, which efficiently support the needs of group promotions such as 11.11, and are stable for online use, saving 75% of R&amp;amp;D manpower.&lt;/p&gt;

&lt;h1&gt;
  
  
  Future development
&lt;/h1&gt;

&lt;p&gt;Drip-table will focus on the list vertical, integrate the industry's common capabilities, empower various businesses, and save R&amp;amp;D resources.&lt;br&gt;
We welcome you to use Drip-table and participate in co-build, and hope you can support us on github with a Star ~.&lt;/p&gt;

&lt;p&gt;Reference material&lt;/p&gt;

&lt;p&gt;Drip-Table source code address :&lt;br&gt;
&lt;a href="https://github.com/JDFED/drip-table"&gt;https://github.com/JDFED/drip-table&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Drip-Table official website link:&lt;br&gt;
&lt;a href="http://drip-table.jd.com"&gt;http://drip-table.jd.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Drip-Form official website link :&lt;br&gt;
&lt;a href="https://dripform.jd.com"&gt;https://dripform.jd.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Drip-Desgin official website link:&lt;br&gt;
&lt;a href="http://drip-design.jd.com"&gt;http://drip-design.jd.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Micro-App official website link:&lt;br&gt;
&lt;a href="https://github.com/micro-zoe/micro-app"&gt;https://github.com/micro-zoe/micro-app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Communication to Official Wechat group&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Na98avYq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://storage.360buyimg.com/icepublic/drip-table/driptable_contact_me_qr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Na98avYq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://storage.360buyimg.com/icepublic/drip-table/driptable_contact_me_qr.png" alt="Drip table 开发交流群1" width="396" height="396"&gt;&lt;/a&gt;&lt;/p&gt;

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