Hello everyone!
I have been away from RedwoodJS for a while, but now I wish to get back to it because I have a couple of other projects.
I remember loving many things of Redwood, however there are a couple of things from NextJS that Redwood did not implement; I’m thinking in particular about font prerendering and image optimization. I was wondering if there is something similar and if anybody can in case point me to it.
Thank you very much for the hard work!
1 Like
I’m not sure about the fonts but I know we did have a small discussion around a redwood image component here [RFC]: Univerzal image component · Issue #8291 · redwoodjs/redwood · GitHub. Nothing has been directly implemented as a result yet but there could be some useful insight or links in the chat thread.
Thank you very much. A CDN for a couple of static images is not exactly what I was after, but I guess I’ll revert to external libraries and/or wait for this feature to be implemented, if ever