Giter VIP home page Giter VIP logo

starters's People

Contributors

alvarosabu avatar ericsimons avatar jeanmeche avatar rhernandog avatar sulco avatar theetrain avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

starters's Issues

Framework support for `h3`

Describe the solution you'd like

unjs/h3 is a minimal, compasable futuristic framework for making universal HTTP servers powering nitro and nuxt and works perfectly on stackblitz ❤️

I think it would be beneficial for the community to list h3 as a "backend" framework

Provide a link to a GitHub repo containing an example of the framework

https://stackblitz.com/github/unjs/h3/tree/main/playground?startScript=dev

Additional context

  • Related: Nitro support: #9

The playground leverages unjs/listhen as a beautiful listener with (experimental) dev server watcher for immediate code updates and typescript support! I would be happy to use a normal node dev command and also followup if you are interested to make use of listhen -w for other backend presets like express (it is fully compatible!)

Framework support for `nitro`

Describe the solution you'd like

Nitro is a server (builder) framework powered by unjs/h3 and used under the hood by Nuxt (and more) but is also a standalone server builder working perfectly on stackblitz ❤️

I think it would be so much beneficial for the community if we add nitro to the "Backend" section in stack blitz

Provide a link to a GitHub repo containing an example of the framework

https://stackblitz.com/github/unjs/nitro/tree/main/examples/hello-world?file=package.json

Additional context

Related: H3 support #8

New Angular starter is not beginner friendly

The new Angular starter seems to have removed the default AppComponent that all new Angular projects, generated by Angular CLI, are setup with. There's no app folder, instead the usual contents of the AppComponent are now somehow in main.ts -

import 'zone.js/dist/zone';
import { Component } from '@angular/core';
import { CommonModule } from '@angular/common';
import { bootstrapApplication } from '@angular/platform-browser';
import { FirstComponent } from './first/first.component';

@Component({
  selector: 'my-app',
  standalone: true,
  imports: [CommonModule, FirstComponent], // ERROR - cannot import custom components
  template: `
    <h1>Hello from {{name}}!</h1>
    <a target="_blank" href="https://angular.io/start">
      Learn more about Angular 
    </a>
    <app-first></app-first>
  `,
})
export class App {
  name = 'Angular';
}

bootstrapApplication(App);

Creating new, custom components and importing them into an AppComponent (which is what everyone does when getting started with Angular) now no longer works -

Screenshot 2023-06-17 at 9 09 25 PM

URL - https://stackblitz.com/edit/stackblitz-starters-2hwyyr?file=src%2Fmain.ts

It is not convenient having users go and first learn how to deal with standalone components and NgModule, if all they want to do is get started with a simple Angular app quickly.

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.