1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-02 04:32:37 +02:00

11 Commits

Author SHA1 Message Date
Chung Leong
befafd76e0 Upgraded to Babel 7.
Upgraded to latest version of Relaks and related libraries.
Reduced indentation from 4 to 2.
2020-02-16 15:06:26 +01:00
Chung Leong
4167ee87a7 Changed let to const. 2019-04-25 12:41:18 +02:00
Chung Leong
c66323e17d Reworked code. 2019-04-19 00:06:10 +02:00
Chung Leong
a36cbbc773 Using keepalive connection when fetching. 2019-03-08 11:18:44 -05:00
Chung Leong
7b381cbd42 Fixed server-side prefetch. 2019-02-01 22:22:34 +01:00
Chung Leong
42f8747407 Adding host header to requests. 2019-01-31 22:27:05 +01:00
Chung Leong
c5fd724e2f Reworked code to allow use of basePath other than / (issue #20).
Throwing error properly in JSON retrieval code (issue #44).
2019-01-30 21:57:52 +01:00
Chung Leong
4b34ab39cd Extended cached valid time (issue #41).
Implemented periodically invalidation (issue #37).
2019-01-30 10:39:03 +01:00
Chung Leong
09186c2341 Added configuration for accessing remote instance of WordPress (issue #23). 2019-01-27 20:56:53 +01:00
Chung Leong
7ee6acf316 Reworked routing so that WP permalinks arrangement is used (issue #13). 2019-01-26 19:59:33 +01:00
Chung Leong
36a9d0c619 Removing unneeded props (issue #12).
Moved code into separate modules.
2019-01-23 13:59:56 +01:00