Doesn't node.js directly work with apis.
How to separate frontend and backend completely?
I want frontend to only fetch api from backend using one of the js library like axios or superagent. I can't seem to understand how can one make a route without having backend?
I know react and react-router but making a site in react can sometime take more time then it is intended. I'm not advance enough to develop website with it. There is a library call Sammy.js for frontend routing but I want to make thing as small as possible for the front end. I just think that there might be alternative to react or angular and vuejs.
Component base and the good stuff available in those framework are great but for a smaller website that would need only simple api call to the backend is a bit overkill.
Why I try to avoid those framework? Styling in react just make me feel less productive. Don't know but I've been building a web app for my portfolio using react and the bad part is arranging the style. I prefer normal that why I ask for simple frontend routing.
Thank for your suggestion. Seem like I can't escape from react at all.
Please or to participate in this conversation.