I know a smidgen of React. I’m taking Wes Bos’s intro course right now. I know a bit more about Wordpress themes. My Website was made using the underscores starter theme and following a Udemy course.
First: Frontity doesn’t look anything like any react project I’ve ever seen before. It’s very strange and that’s a little confusing to me. Why is it structured different? What’s the difference between the stuff in the bundling, static, packages, mars-theme etc folders?
Second I am having a little trouble figuring out how to customize the mars-theme. I mean I know how I can change the styling (do I have to do it using emotion js? Is it not possible for me to also import css files like a normal create-react-app ? ) But how do I create new “page templates” so to speak?
I see you have Loading, List, Post, 404Page as components that get loaded conditionally based on… I assume state?
How would I add a new one?
I want to have a front page that’s separate from my blog archive etc.
Or heck, how would I load individual pages made in wordpress that aren’t in an archive?
How would I load in pages that have custom fields or ACF?
How would I load in an archive for a custom post type?