frontend elmélet

This commit is contained in:
magdo
2026-03-17 23:53:10 +01:00
parent 8da3a1eb32
commit 28bd7661f5
69 changed files with 1072 additions and 9534 deletions
+31
View File
@@ -0,0 +1,31 @@
\documentclass[usenames,dvipsnames,aspectratio=169,compress]{beamer}
\usepackage{../common/webfejl}
\title[Webtechnológia és webalkalmazás-fejlesztés - Frontend (React)]{Webtechnológia és webalkalmazás-fejlesztés - Frontend (React)}
\subtitle{Frontend fejlesztés React könyvtárral}
\begin{document}
\begin{frame}[plain]
\titlepage
\logoalul
\end{frame}
\input{react.tex}
\input{components.tex}
\input{hooks.tex}
\input{state.tex}
\input{forms.tex}
\input{effects.tex}
\input{routing.tex}
\input{context.tex}
\input{tailwind.tex}
\input{axios.tex}
\input{performance.tex}
\input{testing.tex}
\input{typescript_nextjs.tex}
\input{build_deploy.tex}
\input{other_relevant_libraries.tex}
\end{document}