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.
As a junior, Iāve just discovered Frontity. I created my first project, everything was fine but I donāt know why, my browser stopped to update my localhost:3000 page. I changed the content, I saved many times my files and nothing changes when I try to launch my server with npx frontity dev.
What Iām using as tools :
Editor : Webstorm
Terminal : iTerm
Browser : Chrome
What I tried to solve this :
stop the server with ctrl+c and relaunch with npx frontity dev
close my editor, open the project is visual code and save it again.
restart the computer
tried on another port like localhost:4000
here a screenshot of what I get when I launch my server :
Hello . With a new project, everything works fine. I guess Iāll keep going on this new one and keep an eye on all my production steps in case of the issue occurs again.
inside the file D:\dev\test.io\node_modules\webpack-bundle-analyzer\node_modules\commander\package.json
and the same in all other packages
if I move or rename the project folder, is there a chance this may cause the webpack process to break? I did a full diff on an old project and a new project and literally the only difference I could find were these package.json values
[update]
tried renaming a new projectās folder. did not break it.
mauricia6
I was hoping to use this framework, but what am I missing? Iām following the initial tutorial and I experienced the same issue detailed here when I introduced dayjs to format the post date. I removed the formatted date and it still does not work. I understand creating another project could work but that implies this is not a production-ready framework. Is that an accurate conclusion?