As a front end content developer, my main focus is on creating content assets. I typically use vscode to build my html, css, and js files, and then upload these static files to the content management system.
However, this approach doesn't give me the opportunity to gain experience with different frameworks.
I am eager to explore the possibility of using React, Angular, or a similar framework to create components and pages. My goal is to use npm run build to generate the framework files, which can then be converted into static html, css, and js markup. This way, I can easily copy and paste the code into the content fields on the site.
Do you think this type of workflow is feasible?
Ultimately, I envision a code block that includes:
<style>
/* styles here */
</styles>
<div>
<!— elements here —>
</div>
<script>
// js here
</script>
This way, I can simply copy and paste this block into an asset container.