LoginSignup
0
2

More than 5 years have passed since last update.

SPAについて学習

Last updated at Posted at 2018-09-22

参考

page

PWAとSPA、AjaxとDHTML - 流転の果てに - | SPAはじめてガイドブック | Greative
https://greative.jp/page/guidebook-spa-spa-and-pwa/

APIベースのヘッドレスCMS contentful + nuxt.jsを試してみた(contentful設定編)|蓮田 健一|note
https://note.mu/kenhasuda/n/n8c64a658dcfe

Firebaseで動くアプリをReact + Redux + TypeScriptで作るときのアラカルト - Septeni Engineer's Blog
http://labs.septeni.co.jp/entry/2018/02/08/090000#fnref:2

TypeScript と Redux に入門しながら Next.js でサンプルアプリケーションを作ってみた - Qiita
https://qiita.com/monzou/items/8ff07258a42042075d7b#nuxtjs-%E3%81%AE%E6%A9%9F%E8%83%BD%E3%81%8C%E8%B1%8A%E5%AF%8C%E9%81%8E%E3%81%8E%E3%81%9F

nuxt

データバインディング構文 - vue.js
https://v1-jp.vuejs.org/guide/syntax.html

Nuxt.jsの学習(インストールからビルドまで) - Qiita
https://qiita.com/mrymmh/items/9ad350bbf943aadec7ef

code

cosmicjs/nuxt.js-website: Nuxt.js website example using Cosmic JS
https://github.com/cosmicjs/nuxt.js-website

cosmicjs

cliを使うと便利。。
他人のオブジェクトが帰ってきているような。。
トライアルだからかなあ。。

所感

  • Nuxt.jsについて理解してないけど動いた
    • pagesが起点でアンダーバー付きが動的なのね
    • nuxtでホットリロードするとうまくいかないことがあったnuxt startとどう違うのかな
  • CosmicJSの扱いがなんとなくわかったような気がする
    • 多分ページ以外のデータイプを使ってDB的なことをできなくもなさそうだけどリクエストが料金消費に紐づくのかな
    • twitterのデータタイプもgetPageで扱えた(ちょっと苦労した)
      • 多分、使ったexampleの挙動だと思うけど、twitterのデータタイプだとエラーが起きる
0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2