Skip to main content

23 docs tagged with "Routing"

View All Tags

Catch All Route

Catch All Route is defined as: 404 handler page to catch/redirect unknown Routing. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software,

Client Routing

Client Routing is defined as: SPA Routing to nav within Web App w/o page refresh, via Thick Client JS. Topics on: Routing. Read more: Computer Science, Computer

Conditional Route

Conditional Route is defined as: (feat) to render Routing vs condition. Topics on: Protected Route, Dynamic Route. Read more: Computer Science, Computer Lang, C

CRUD

CRUD is defined as: 4 fundamental App needs to operate on persistent storage. Topics on: Create, Read, Update, Destroy, CRUD Cycle. Read more: Computer Science,

docusaurus

docusaurus is defined as: React Stack SSG CMS for API docs as SPA with built-in Routing + MDX support. Topics on: docusaurus features, !use @docusaurus for v2+

Dynamic Route

Dynamic Route is defined as: Routing with dynamic content vs URL Parameter ie [id].tsx. Topics on: Next.js use File System Router to define URL Parameter via /[

Express

Express is defined as: Node.js Node Framework to handle complex Routing, Middleware, Server Side Render. Topics on: Express is Fast Unopionated Minmalist Web Fr

File System Router

File System Router is defined as: to define Routing by filepath struct; to map FC src path to route. Topics on: Page, Index Route, Nest Route, Shared Layout. Re

HANDLER

HANDLER is defined as: Callback Function to execute when PATH matches. Topics on: Req, Res. Read more: Computer Science, Computer Lang, Computer, Software, Doma

Next Router

Next Router is defined as: built-in router for Next.js with specific opinionated Routing patterns. Topics on: . Read more: React, React Stack, Nextjs, Next Conc

Null Route

Null Route. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Client Routing, Routing, Null Route| Dev Wiki

PATH

PATH is defined as: URL Path on Server. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web App, Client Routing, R

Protected Route

Protected Route is defined as: Routing with access restrict to Auth state. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, Domain,

querystring

querystring. Topics on: !snippet normalize URL path by removing querystring via RegExp. Read more: Computer Science, Computer Lang, Computer, Software, Domain,

react-router-dom

react-router-dom is defined as: React Lib for Routing Primitive to Client Routing & Server Side Render in Declarative Composable way. Topics on: react-router, R

Redirect

Redirect is defined as: (process) to Routing to another page. Topics on: use <Navigate> to Declarative Redirect in react-router-dom. Read more: Computer Science

Req

Req is defined as: Request Object, 1st Argument to pass Routing Handler. Topics on: Req starts as instance of http.IncomingMessage, req.params, req.query, req.b

Res

Res is defined as: Response Object, 2nd Argument to HANDLER. Topics on: res.status(code), res.set(name, value), res.cookie(name, value), res.clearCookie(name),

Routing

Routing. Topics on: URL not the same as route in React Router, Client Side Routing (Client Routing) is possible due to HTML document links and browser handling

Routing

Routing is defined as: (process) to respond & serve content to Client Navigation Events/requests. Topics on: querystring, Static Resource, client request, IA, C

Routing Instance Method signature

Routing Instance Method signature. Topics on: app, METHOD, PATH, HANDLER. Read more: Computer Science, Computer Lang, Computer, Software, Domain, Web Dev, Web A

Shallow Route

Shallow Route is defined as: (feat) to change URL w/o repeat Data Fetch for current Page. Topics on: . Read more: Computer Science, Computer Lang, Computer, Sof

Static Resource

Static Resource is defined as: Content that doesn't change; ideal for Pre-render. Topics on: . Read more: Computer Science, Computer Lang, Computer, Software, D