エンジニアを目指す初学者に向けて、わかりやすく解説したブログです。
ReactRouter

ReactRouterのプロジェクトにTailwindCSSのPrettierを設定する

Featured image of the post

prettier-plugin-tailwindcssをインストールして、prettierの設定ファイルに1行追加すればOK。

【Remix】ブラウザから呼ぶプロキシAPIを作る

Featured image of the post

RemixでプロキシAPIを作るためには、loader関数のみを配置したtsxファイルを作成するだけ。

【Remix】loaderとは

Featured image of the post

サーバーサイドでレンダリングするために必要な情報を取得するための関数。