ASP.NET Core for Angular, React, and Knockout developers - Steve Sanderson

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • ASP.NET Core strives to be the best server-side web platform for developers building rich Single Page Apps (SPAs) with frameworks such as Angular, React, and others.
    In this talk, I’ll demonstrate how you can:
    - Seamlessly integrate your server-side code with your client-side code
    - Code faster: Have your development-time server automatically rebuild TypeScript/LESS/etc in realtime as you edit code, and use Hot Module Replacement (HMR) to sync those updates into your pages instantly without reloading or losing state
    - Boost performance and SEO: Enable server-side prerendering of your Angular4/React components, and optimise the delivery of JavaScript/CSS to the browser
    - Use advanced client-side debugging features thanks to tie-ins with Redux and Webpack
    - Use features from any NPM package
    NDC Conferences
    ndcoslo.com
    ndcconferences...

Комментарии • 7

  • @methodermis
    @methodermis 7 лет назад +4

    Seems like the only thing ASP was doing in this talk was server-side pre-rendering. I want a deep dive talk on that! He just typed asp-prerender-module and moved on.

  • @victordelossantos1608
    @victordelossantos1608 7 лет назад

    really cool stuff, loved the presentation

  • @gabra900616
    @gabra900616 7 лет назад +1

    Simply amazing!!

  • @sicunchen6621
    @sicunchen6621 6 лет назад

    Superb talk

  • @muneerahmad1428
    @muneerahmad1428 7 лет назад

    Really Great .

  • @tkazmi
    @tkazmi 7 лет назад

    How to get a template to work with angular2 ?
    or may be its already angular2 :D

    • @PlerbyMcFlerb
      @PlerbyMcFlerb 6 лет назад

      It's at the very least NOT Angular 1 :)