タグ

Reactとnode.jsとtutorialに関するefclのブックマーク (2)

  • Full stack open

    You can discuss the course and related topics in our dedicated group on Discord https://study.cs.helsinki.fi/discord/join/fullstack and on Telegram: https://t.me/fullstackcourse. Please join the conversation! See here how to ask questions in a proper way Parts 0-8 and 13 of the course material is written by Matti Luukkainen. The content of part 9 is written by developers from Terveystalo. Part 10

    efcl
    efcl 2019/09/09
    React, Redux, Node.js, MongoDB, GraphQLを使ってウェブアプリを作成しながら学べるコース。 ヘルシンキ大学の教材。
  • React+Redux+Express+MongoDBでものすごくシンプルなCRUDアプリをつくる - Qiita

    概要 React+Redux+Express+MongoDBでCRUDアプリを作ります。 この記事の目的は、React/Reduxを触り始めた人が サーバーとの通信の方法(より一般的には非同期処理の方法) Reduxにおけるフォームの扱い ExpressによるAPI node.jsからのMongoDBの操作 Herokuへのデプロイ など、主にサーバー側のデータの操作に関わる基的な事項を学ぶきっかけを作ることです。 この目的に集中するために、それ以外の点については一切気にしないことにします。 そのため、初心者以外の人(上記の内容を理解している人)がこの記事を読んでも得るものはないと思います。 この記事が書かれた背景には、少し前に自分自身がjavascriptによるフロントエンド開発からwebプログラミングを学び始めたころの経験があります。ReactやReduxの基的な文法の理解を終えて

    React+Redux+Express+MongoDBでものすごくシンプルなCRUDアプリをつくる - Qiita
    efcl
    efcl 2017/03/19
    `create-react-app`を使いReact+Reduxのセットアップを行うフロントを書き、Express+MongoDB+mongooseでバックエンドを書いていくチュートリアル記事。 フロントエンドとバックエンドの接続部分も丁寧にかかれている。
  • 1