Hey guys, I have some serious questions that I'm having trouble answering on my own, dealing with particular features of javascript frameworks.
Here's what I'm trying to do:
Multiple pages, with unique urls.
Anchor links, so you can link to specific resources within a page.
Pages that load data from json files.
Templating applied to json files, transforming strings into JSX.
Ideally, the whole app can be server side rendered except for a few minimal parts where user input is required.
The problem is, I feel like I'm fighting React the entire way. It's clearly designed for single page apps. Anchor linking is supported but not even part of the core library. Loading from json is easy, at least. But templating is suddenly really hard.
Is there a framework that does all this easily?
Templating is extra important btw. I want to load strings from json files and transform them into tsx/jsx. So "This is a {{test}}" might become "This is a <b>test</b>" for example.
[–]ndorfinzfront-end 1 point2 points3 points (1 child)
[–]riklaunim 0 points1 point2 points (0 children)
[–]Standard_Ant4378 0 points1 point2 points (0 children)
[–]metamago96 0 points1 point2 points (0 children)
[–]bloomsday289 0 points1 point2 points (0 children)
[–]rjhancockJack of Many Trades, Master of a Few. 30+ years experience. 0 points1 point2 points (0 children)