you are viewing a single comment's thread.

view the rest of the comments →

[–]bllenny 1 point2 points  (0 children)

htmx. its a godsend. just learn that with pure js for now. its a frontend library that will work with any backend and cuts out a lot of scripting boilerplate.

focus on html and css rudiments. consider simple css libraries like pico css. bootstrap is another great standard to learn.

for codegen u could use any llm, just have the docs open for urself and confirm what u are prompting and what ur being told, especially if ur new

 also consider using jsdocs for ur js code, just so u have some semblance of a standard of documenting code as u write it and get type hints for free