Giter Site home page Giter Site logo

myinon / frameworks Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 78 KB

Demo project for trying out different frontend frameworks.

HTML 2.22% TypeScript 67.88% CSS 9.12% Vue 20.78%
css-nesting lit solid-router solidjs solidjs-typescript typescript vue-router vue3 vue3-typescript vuejs

frameworks's Introduction

Frameworks

This project aims to test out different frontend frameworks by building three different mini applications and seeing how each framework handles things such as reactivity, developer experience, etc.

Frontend Frameworks

The current frameworks being tested include:

  • Lit
  • Solid-JS
  • Vue JS

Package Manager

The project uses npm to manage package dependencies and also uses the workspaces feature of package.json.

Install Dependencies

The top-level package.json file includes shared dependencies and each package.json file in the packages/<subpackage> folders include their own dependencies.

To install a dependency in a subpackage, run the following command:

npm i -w @frameworks/<name> <dependency>[ <dependency>]

where <name> is the name of the subpackage such as lit or vue and <dependency> is the dependency that should be installed.

Run a Package

In order to run one of the subpackages, use the following command:

npm run -w @frameworks/<name> dev

where <name> is the name of the subpackage such as lit or vue.

Technology

All of the mini applications are written using Typescript for type checking and use the most bleeding edge JavaScript and CSS features currently available.

CSS

  • CSS Nesting
  • Container Queries

JavaScript

  • Promise.withResolvers

Browser Support

This project is supported by the following browsers:

  • Applie Safari 17.4+
  • Google Chrome 119+
  • Microsoft Edge 119+
  • Mozilla Firefox 121+

Browserslist

frameworks's People

Contributors

myinon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.