problem description what lightweight routing framework is available at the front end that can be used separately and cached? is used like vue-router, but not with vue? I have written one myself, but I don t know how to cache between pages when mul...
Please look at the green line, which is very strange. ...
problem description for example, on the home page of http: xxx index.html-sharp , click a link to go to the application page, but the browser s url has not changed; how to make the url also change to the corresponding route http: xxx index.html-s...
.01 Sub-routing in the above figure routing version: 4.2.2, both the new and the old have been tried ...
my code is as follows: Route::rule ( a _ blank, index Index a ); Route::rule ( a _ Route::rule _ type _ expression, index Index b ); I expect the first route expression to address a, and the second route expression to address b. Actually, the...
vue.config.js module.exports = { baseUrl: process.env.NODE_ENV === production ? : , outputDir: dist , assetsDir: assets , productionSourceMap: false, filenameHashing: false, lintOnSave: true, pages, d...
1. Recently learn yaf to see the manual said default routing, after a series of installation, enter the URL to show Hello World! I am Stranger this is normal! 2. But I create a new public function testAction method in the Index.php file under c...
Thinkphp5 defines the route as a post , and how to customize the error when using get request if a post route is defined in application route.php in thinkphp5, as follows, how to customize the wrong content and return the wrong json when we req...
problem description when using react, the "page jump " we implement is implemented using roter. For example, I click on "user list " and route directly to the component of "user list ". when clicking "user list ", isn t it possible to load the c...
A warning appears in the Redirect component during route interception and redirection: Warning: You tried to redirect to the same route you re currently on: " login " Route blocking component: * * import React from "react " import {Route, Red...
Route::post( xdk plan , xdk plan save ); Route::post( xdk plan :id fav , xdk plan fav ); Route::post( xdk plan :id comments , xdk plan comments ); is to build a restful style api xdk plan post xdk plan :id fav like xdk plan :id c...