2018-05-06から1日間の記事一覧

ブラウザだけで、React.js+ES6+JSX動かせるのか、知らなかった

参考 medium.freecodecamp.org 参考サイトのままです。 ちょっと試してみようって時とか便利そう。 <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> </body></html>

phpのビルトインウェブサーバーからnode.jsのサーバにfetchでリクエスト

注意:これは自分が暇な時間にただだらだらと書いたコードを乗せるだけの投稿です。 技術的に勉強した部分や参考になる部分はありません。 index.html <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> </meta></meta></meta></head></html>