Support for Next 12 #201
-
Does the cache-handler library work with Next Version 12? |
Beta Was this translation helpful? Give feedback.
Answered by
better-salmon
Dec 7, 2023
Replies: 1 comment
-
Hey, @asjadanis! The library currently only supports Next.js version 13.5.1 and newer. I did some research and found that in version 12.3.4, custom caching is possible, but the API of the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
asjadanis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, @asjadanis! The library currently only supports Next.js version 13.5.1 and newer. I did some research and found that in version 12.3.4, custom caching is possible, but the API of the
IncrementalCache
class is different. While I would love to make it work, it's not a priority milestone for me at the moment. However, if you're interested, try forking the library and adapting it to your needs.