I made a vscode plugin that can write each part of React component in multiple split editors on the same screen

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • React

    The library for web and native user interfaces.

  • import styled from 'styled-components'; import sfc from 'jsx-sfc.macro'; import logo from './logo.svg'; const App = sfc({ Component({ styles: { Wrapper }, ...props }) { return ( logo

    Edit src/App.jscode> and save to reload. p> Learn React a> header> Wrapper> ); }, styles: () => { return { Wrapper: styled.div` text-align: center; .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s linear; } } .App-header { background-color: #282c34; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin); color: white; } .App-link { color: #61dafb; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } ` }; } }); export default App;

  • volar

    Discontinued ⚡ Explore high-performance tooling for Vue [Moved to: https://github.com/vuejs/language-tools]

  • What is Split Editors? This is a feature of a new vscode plugin for Vue called Volar, you can install Volar and experience it in Vue projects. Here is a Volar demo:

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • jsx-sfc

    A SFC like React function component API for managing CSS-in-JS and static members.

  • View on GitHub

  • twin.macro

    🦹‍♂️ Twin blends the magic of Tailwind with the flexibility of css-in-js (emotion, styled-components, solid-styled-components, stitches and goober) at build time.

  • Live Demo is here (CSS in JS use twin.macro, can experience Typings/Hot reloading/Dev tools by Codesandbox).

  • create-react-app

    Set up a modern web app by running one command.

  • Step 1: Create a sample project using create-react-app:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Mastering React Interview: Top Common Questions and Best Practices

    3 projects | dev.to | 22 May 2023
  • Installing React 18

    2 projects | /r/webdev | 15 May 2023
  • A detailed guide on how to implement Server-side Rendering (SSR) in a NextJs Application

    3 projects | dev.to | 29 Mar 2023
  • Client-side and Server-side Rendering: An Overview

    2 projects | dev.to | 13 Feb 2023
  • Create Mini-Apps That Wow: How to build Sleek and Fast mobile apps using any JS Frameworks and Ionic Portals

    3 projects | dev.to | 28 Jan 2023