31 lines
718 B
TeX
31 lines
718 B
TeX
\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} |