タグ Router
人気順 10 users 50 users 100 users 500 users 1000 usersCommon mistakes with the Next.js App Router and how to fix them – Vercel
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
Next.js 14 includes included performance, stability for Server Actions, a new course teaching the App Router, and more. 続きを読む
Next.jsでServer Componentsがちょっとだけテストできるようになってた
先日 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
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
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アプリケーションの構成
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
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
Universal Router とは https://github.com/kriasoft/universal-router isomorphicガチ勢の kriasoft 先生作の Router ライブラリ。 内部的には path-to-regexp だから express と同じルール import UniversalRouter from 'universal-router' const... 続きを読む
Dockerでダイナミックルーティング! - くろの雑記帳
前回、Dockerでルータが動くようにできたので、今度はルータを使ってダイナミックルーティングをしようと思います。 kurochan-note.hatenablog.jp 使うもの ubuntu 15.04 vyOSのコンテナ open vSwitch 作るネットワーク 以下の図のようなルータ3台のシンプルなネットワーク構成にしました。 RouterAとRouterB、RouterBとRouter... 続きを読む
trekjs/router · 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-19 Perlはもう古い、これからはDocker docker perl この記事は Perl Advent Calendar 2014 の19日目の記事です。 Plack/Carton で構築したモダンな Perl の Web アプリケーションの開発環境を Docker 化するための試行錯誤を紹介します。 普段は、Plack, Router::Simple, Text::Xsla... 続きを読む
Grapnel.js
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
ISUCONのサンプルアプリケーションのフレームワークだったKossyを単独ディストリビューションにして、いくつか機能追加した。ただしテストはないのでアルファクオリティ。 https://github.com/kazeburo/Kossy Plack、Router::Simple、Text::Xslateがベースで、独自のvalidatorが付いている程度のそれほど特徴はないsinatra風フレー... 続きを読む