The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
So i was learning Frontity for a month on my spare time. I really enjoy it! As my learning process, i tried to porting my old project to the Frontity one.
Here is the comparison between WP theme and Frontity:
WP: https://eb2.demoapp.xyz/
Frontity: https://kebra.vercel.app/
If you guys interested, you can check the source here GitHub - qbons/kebra
I would really appreciate if someone can review my code and discuss the issue here.
Thanks
3 Likes
santoshdevnath152
Hi @qbonszone the UI is looking good. It will be very good if you use React Headroom npm package to stick your header on scroll to top.
qbonszone3
Yeah thanks. Well itβs client decision, not mine. Soo β¦
thewizardofwicacy4
When you say βportβ the old theme, do you mean just recreating it? Is there some tool which makes it easier to convert the old theme?
qbonszone5
Aah sorry for the ambiguity, i mean i just using recreating the theme from HTML phase.
thewizardofwicacy6
Ok, yea thatβs what I have been doing. was just wondering if there was an easier way. does give me an idea for a plugin, though.