About 102 results
https://blog.nove-b.dev/posts/create-sample-react-native-app · 2 Aug 2022
前回は環境構築したので、今回のゴールは簡単なアプリっぽいものを立ち上げるまでとする⚔️ sampleProjectという名前のサンプルプロジェクトを作成するために下記コマンドを叩く。 と、...
https://blog.nove-b.dev/posts/setup-react-native-env · 1 Aug 2022
まずは、Node.js LTSをインストールする必要がある。 私はnode管理ツールにvoltaを使用しているので、 ↑を実行する。 Expo CLI のインストールする 正常にインストールできたかは、 ↑を実行...
https://mikebifulco.com/posts/semantic-html-heading-subtitle · 5 Jul 2022
This is the right format to use if you want to add a subtitle below an h1 tag on your html pages. Semantic HTML makes your site more accessible and better for SEO, since it is easier for search engines to process.
https://mikebifulco.com/posts/add-fathom-analytics-to-remix · 5 Jun 2022
Building a website using the Remix.run webb app framework? This tutorial will teach you how to add privacy-first analytics to your Remix site with Fathom.
https://www.coryd.dev/posts/2022/simple-data-fetching-with-custom-react-hooks-and-swr · 23 May 2022
My site was scaffolded out using Timothy Lin's tailwind-nextjs-starter-blog project (which I highly recommend checking out). As part of the build out I wanted to display the books I'm currently reading and the song I most recently listened to, data availab...
https://mikebifulco.com/posts/migrate-gatsby-to-nextjs-apisyouwonthate-com · 2 Mar 2022
I migrated apisyouwonthate.com, a site with 20k+ monthly visits, from Gatsby to Next.js at the end of 2021. Let's talk about what I learned from that experience.
https://mikebifulco.com/posts/mdx-auto-link-headings-with-rehype-slug · 2 Jan 2022
This tutorial will teach you how to automatically add links to heading tags in your mdx posts on your Next.js site with a plugin called rehype-slug. This should work for most nextJS sites that use MDX for content, as well as many other JavaScript-based sit...
https://blog.nove-b.dev/posts/react-installation-issue · 22 Dec 2021
以前、reactをインストールする方法を書いたが、今日(2021年12月22日)急にインストールができなくなった。 react でプロジェクトを作成する というエラーが出てくる。 なにうえ、と調べる...
https://blog.nove-b.dev/posts/explore-react-functionality · 16 Dec 2021
前回、reactのファイルを検分したので、今回は、適当に触ってみる。 それじゃ、適当に触ってみる App.js編 まず、前回インストール時の時から依存ファイルをクリーニングした。 結果、非...
https://blog.nove-b.dev/posts/explore-installed-react-files · 15 Dec 2021
前回にreactの環境構築をしたので、今回はインストールしたファイルを細かく見ていくことにする。 react app のファイル構成 最初にインストールした時点で存在しているフォルダは下記一覧...