How can you grow your website traffic on autopilot?
With an automated AI blogger that publishes articles directly to your own website 👇
Set up in 5 minutes and sit back: https://t.co/D2OYfO9am8
@FrenchMajesty Yes, that is correct. It works regardless of the framework used on the website.
Everything could be obfuscated (CSS, HTML) and it will still work and even convert to Tailwind too if you need
I replied to your other tweet too.
Did some minimal testing on my website: https://t.co/reogb4hlLY
It uses Next JS app router and has about 20K pages right now but I can easily make it millions of pages, there's just no need right now.
Regarding your question of server components with immediate feedback UX, it is possible but your build and deployment time will be extremely long because you have millions of pages.
To have immediate feedback UX, you'd need to fetch all the data and render them during build. It is doable but might not be worth it.
I recommend using client-side components for the ajax calls and keep everything else server-side.
This approach will let you scale to infinite amount of pages with small UX changes. The update won't be immediate but fast enough that there won't be a noticeable impact on the UX.
Happy to chat more if you want to.
@ashleyrudland You can check https://t.co/2wrpqmHXN1
It uses Next JS & app router. It has thousands of pages and close to 4x100 lighthouse score on every page.