DEV Community

mehdi
mehdi

Posted on

1

Frontend Links


Welcome To Partytown

Partytown - Run third-party scripts from a web worker

favicon partytown.builder.io

GitHub logo BuilderIO / mitosis

Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.

Write components once, compile to every framework

Try our interactive fiddle

code style: prettier PRs Welcome License Types

Table of contents

Quick Start Guide

Install

npm install @builder.io/mitosis-cli @builder.io/mitosis
Enter fullscreen mode Exit fullscreen mode

Setup mitosis.config.js

module.exports = {
  files: 'src/**',
  targets: ['vue3', 'solid', 'svelte', 'react'],
};
Enter fullscreen mode Exit fullscreen mode

Check our configuration docs for how to setup the Mitosis config file.

Setup TypeScript

// tsconfig.json
{
  "compilerOptions": {
    "jsx": "preserve",
    "jsxImportSource": "@builder.io/mitosis"
  }
}
Enter fullscreen mode Exit fullscreen mode

Install ESLint Rules

Install our ESLint plugin to have highly useful rules that guide you as you build your Mitosis components.

⚠️ NOTE: We highly recommend you setup all of the ESLint rules, because they will point out some of Mitosis'…


For fast and secure sites | Jamstack

What is the Jamstack? Why use the Jamstack? How do I get started? Learn what the Jamstack is all about and why it's the best approach for building faster, more secure websites.

favicon jamstack.org

Static Site Generators - Top Open Source SSGs | Jamstack

Check out this showcase of some of the best, open source static site generators. This is community-drive so be sure to submit your favorite today!

favicon jamstack.org

Headless CMS - Top Content Management Systems | Jamstack

Check out this showcase of some of the best, open source headless CMSes. This is community-drive so be sure to submit your favorite CMS today!

favicon jamstack.org

Strapi - Open source Node.js Headless CMS 🚀

Strapi is the next-gen headless CMS, open-source, javascript, enabling content-rich experiences to be created, managed and exposed to any digital device.

favicon strapi.io

React


Create React App

Set up a modern web app by running one command.

favicon create-react-app.dev


Next.js by Vercel - The React Framework

Production grade React applications that scale. The world’s leading companies use Next.js by Vercel to build static and dynamic websites and web applications.

favicon nextjs.org

Remix - Build Better Websites

Remix is a full stack web framework that lets you focus on the user interface and work back through web standards to deliver a fast, slick, and resilient user experience. People are gonna love using your stuff.

favicon remix.run

Lit

Simple. Fast. Web Components.

favicon lit.dev

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more