はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ Router

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 13 / 13件)
 

Common mistakes with the Next.js App Router and how to fix them – Vercel

2024/01/11 このエントリーをはてなブックマークに追加 8 users Instapaper Pocket Tweet Facebook Share Evernote Clip them Vercel Model

After talking to hundreds of developers and looking at thousands of Next.js repositories, I've noticed ten common mistakes when building with the Next.js App Router. This post will share why these mistakes can happen, how to fix them, and some tips to help you understand the new App Router model. 続きを読む

Next.js 14

2023/10/26 このエントリーをはてなブックマークに追加 41 users Instapaper Pocket Tweet Facebook Share Evernote Clip Next.js and more

Next.js 14 includes included performance, stability for Server Actions, a new course teaching the App Router, and more. 続きを読む

Next.jsでServer Componentsがちょっとだけテストできるようになってた

2023/09/11 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip Server Components Next.js I'm

先日 Vercel の@leeerob氏が次のようなツイートをしていました。 I'm working on updated testing docs for the @nextjs App Router. next@canary supports Jest for server & client components, metadata, server-only, and more なんと next@canary で、Server Components の Jest でのテスト実行がサポートされてい... 続きを読む

Using Apollo Client with Next.js 13: releasing an official library to support the App Router

2023/05/11 このエントリーをはてなブックマークに追加 5 users Instapaper Pocket Tweet Facebook Share Evernote Clip May 10 Next.js

May 10, 2023Using Apollo Client with Next.js 13: releasing an official library to support the App Router The latest release of Next.js 13 (13.4) declared the new app directory as stable and it will now be the default for new projects. The app directory is a major milestone of Next.js and the whol... 続きを読む

Next.js 13.4

2023/05/04 このエントリーをはてなブックマークに追加 19 users Instapaper Pocket Tweet Facebook Share Evernote Clip Next.js Stable beta dev server

Next.js 13.4 is a foundational release, marking stability for the App Router: App Router (Stable):React Server ComponentsNested Routes & LayoutsSimplified Data FetchingStreaming & SuspenseBuilt-in SEO SupportTurbopack (Beta): Your local dev server, faster and with improved stabilityServer Actions... 続きを読む

Next.jsに「できるだけ」依存しないReactアプリケーションの構成

2021/01/17 このエントリーをはてなブックマークに追加 9 users Instapaper Pocket Tweet Facebook Share Evernote Clip Reactアプリケーション Next.js SWR 構成

TL;DR 本記事で紹介するのは、Redux や React Router を使った React アプリケーション構築時のベストプラクティスを Next.js に適用した考え方です。 Next.js を外部モジュールと考え、Container/Presentation の Container を Adapter 層と見なす考え方 next/router などの Next.js の組み込みモジュール、Store、SWR... 続きを読む

Wi-Fi ルータの DNS 情報の書換え後に発生する事象について | NICTER Blog

2018/03/27 このエントリーをはてなブックマークに追加 120 users Instapaper Pocket Tweet Facebook Share Evernote Clip DNS ルータ Wi-Fi 事象 Twitter

Observing Cybersecurity through Darknet Reports About NICTER Blog Wi-Fi ルータの DNS 情報の書換え後に発生する事象について Mar 26, 2018 Categories: Events #Android , #Router , #DNS , #Mirai 4 min read 3月15日ごろより,Twitter やブログ... 続きを読む

universal-router で react-router を倒す - Qiita

2018/02/05 このエントリーをはてなブックマークに追加 56 users Instapaper Pocket Tweet Facebook Share Evernote Clip react-router const Qiita ライブラリ

Universal Router とは https://github.com/kriasoft/universal-router isomorphicガチ勢の kriasoft 先生作の Router ライブラリ。 内部的には path-to-regexp だから express と同じルール import UniversalRouter from 'universal-router' const... 続きを読む

Dockerでダイナミックルーティング! - くろの雑記帳

2015/10/11 このエントリーをはてなブックマークに追加 39 users Instapaper Pocket Tweet Facebook Share Evernote Clip Docker グロ ルータ 雑記帳 ネットワーク

前回、Dockerでルータが動くようにできたので、今度はルータを使ってダイナミックルーティングをしようと思います。 kurochan-note.hatenablog.jp 使うもの ubuntu 15.04 vyOSのコンテナ open vSwitch 作るネットワーク 以下の図のようなルータ3台のシンプルなネットワーク構成にしました。 RouterAとRouterB、RouterBとRouter... 続きを読む

trekjs/router · GitHub

2015/04/18 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

README.md trek-router A fast HTTP router, inspired by Echo's Router. Benchmarks See benchmarks, use GitHub API Routes and Discourse API Routes. VS path-to-regexp route-recognizer route-trie routington... 続きを読む

Perlはもう古い、これからはDocker - ゆううきブログ

2014/12/18 このエントリーをはてなブックマークに追加 346 users Instapaper Pocket Tweet Facebook Share Evernote Clip Docker perl Plack carton text

2014-12-19 Perlはもう古い、これからはDocker docker perl この記事は Perl Advent Calendar 2014 の19日目の記事です。 Plack/Carton で構築したモダンな Perl の Web アプリケーションの開発環境を Docker 化するための試行錯誤を紹介します。 普段は、Plack, Router::Simple, Text::Xsla... 続きを読む

Grapnel.js

2014/04/24 このエントリーをはてなブックマークに追加 13 users Instapaper Pocket Tweet Facebook Share Evernote Clip Req products produc minified

Grapnel.js : Simple, lightweight JavaScript Router—3.4kb minified!var router = new Grapnel.Router(); router.get('products/:id?', function(req){ var id = req.params.id; // GET http://mysite.com/#produc... 続きを読む

ISUCONのサンプルアプリケーションのフレームワークだったKossyを単独ディストリビューションにした - blog.nomadscafe.jp

2011/11/16 このエントリーをはてなブックマークに追加 15 users Instapaper Pocket Tweet Facebook Share Evernote Clip サンプルアプリケーション Validator isucon

ISUCONのサンプルアプリケーションのフレームワークだったKossyを単独ディストリビューションにして、いくつか機能追加した。ただしテストはないのでアルファクオリティ。 https://github.com/kazeburo/Kossy Plack、Router::Simple、Text::Xslateがベースで、独自のvalidatorが付いている程度のそれほど特徴はないsinatra風フレー... 続きを読む

 
(1 - 13 / 13件)