Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mottox2/react-gatsby-book
『React & Gatsby 開発入門』 のサポートページです
https://github.com/mottox2/react-gatsby-book
Last synced: 3 months ago
JSON representation
『React & Gatsby 開発入門』 のサポートページです
- Host: GitHub
- URL: https://github.com/mottox2/react-gatsby-book
- Owner: mottox2
- Created: 2020-12-17T10:02:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T13:17:13.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T05:02:25.646Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.26 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 『React & Gatsby開発入門』 サポートページ
本リポジトリは 『React & Gatsby開発入門』 のサポートページです。本書中のサンプルコードや正誤表を収録しています。
## サンプルコードの修正
2021/03/02にGatsbyのメジャーバージョンが実施され、紙面のコードに修正が必要です。
下記のようにCSS Modulesのインポートを行う際に、`* as`をつけると動作します。
```diff
- import styles from "./index.module.css"
+ import * as styles from "./index.module.css"
```## 過去の版をお持ちの方はこちら
過去の版をお持ちの方は下記のリンクからサポート情報をご覧ください。
- [技術書展10 2021-01-07 版のサポートページ](https://github.com/mottox2/react-gatsby-book/tree/2021-01-07)