-
### Context:
I am working with both Next.js and React Router, which are primarily designed for client-side routing in SPAs (Single Page Applications). These handle navigation with seamless URL changes…
-
### Description
As discussed with @draganescu and @youknowriad, the UI performance of the site editor using complex block themes (such as TT4) is pretty bad - it gets stuck, and takes a long time to …
tyxla updated
11 months ago
-
Hi @sudomaxime 👋🏻
I like what you're doing with **wp-router**! I have a similar Express-inspired router with my [Cranium](https://github.com/nikrowell/cranium) proof-of-concept, but I think it was …
-
Schreiben und Fotos bitte!
-
We want to let the Yoast SEO XML sitemaps run on indexables as this will perform _much_ better. Some of the work needed for this is already done in the `jdv/xml-sitemaps` branch, [see its changes comp…
-
When using the direction on this page -
http://www.yiiframework.com/wiki/322/integrating-wordpress-and-yii-still-another-approach-using-yii-as-the-router-controller/
I create a template page called …
-
This is not an app related issue, but rather a setup issue.
I have noticed that my server gets requests from unexpected IPs requesting wordpress related sites.
Example:
```
"GET /solr/admin/info…
-
Why WP Router is required?
My understanding was that you tried to use the latest V2 rest api but because of a bug in pods.io / REST you had to rollback to V1 rest API. So all the rest stuff should be…
-
Meteor 1.2
```
Router.route('/upload', {
where: 'server',
action: function(){
console.log(this.request.body);
this.response.end(JSON.stringify(this.request.body));
}
});
```
I am using…
-
About 6 months ago I created a proto of Identity Server 3 with AspNet Identity and an Aurelia app. Also with the suggested pushState = true for the Aurelia router. At the time was told to shelve the …