タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

javascriptとnode.jsとisomorphicに関するefclのブックマーク (1)

  • Isomorphic ES Modules

    Isomorphic ES Modules Earlier I demonstrated how to build a Single Page App which shares templates with the Server Side Code. (See the video below.) We share the web app’s templates to enable the first page load to be pre-rendered on the server. This practice lets Web Apps start faster and be more resilient to network failure. In the live coding session we use the new EcmaScript (ES) Modules becau

    Isomorphic ES Modules
    efcl
    efcl 2018/06/19
    ES module形式で配布されているHyperHTMLを使ってブラウザとNode.jsで同じライブラリをそのまま`import`してウェブアプリを作成する話。
  • 1