This afternoon I am learning "next.js". I have a question.
The point of next.js appears to be its deep integration with "React". I like "React". But when I write React apps I prefer to ship them with "Preact", as this results in smaller site blob sizes. Is it possible to use next.js with Preact?
