Ionic, Javascript, Programmering, React

Gode kurs for å lære frontend-utvikling

av Ole Petter, 26. januar 2021

JavaScript Maximillian Schwarzmüller Javascript: The Complete Guide 2020 https://www.udemy.com/course/javascript-the-complete-guide-2020-beginner-advanced/learn/ Jonas Schmedtmann The Complete Javascript Course (Oppdatert i 2020-21) https://www.udemy.com/course/the-complete-javascript-course/learn/ Shaun Pelling (The Net Ninja) Modern Javascript – From novice to ninja https://www.udemy.com/course/modern-javascript-from-novice-to-ninja/learn/ Brad Traversy Modern Javascript from the beginning https://www.udemy.com/course/modern-javascript-from-the-beginning/learn/ React Brad Schiff React for the rest of us (2020) https://www.udemy.com/course/react-for-the-rest-of-us/learn/ Ionic Mirko Nasato Ionic […]

Les mer
Programmering, React

Lag en React App med WordPress REST Api

av Ole Petter, 17. januar 2021

Start en ny React App I et tidligere innlegg har jeg vist hvordan man kan opprette en react-app enkelt med node.js og create-react-app. Lage routes For å håndtere ulike innleggssider, brukes ‘react-router-dom’. Den inneholder komponenter som BrowserRouter, Switch og Route, som gjør at man kan navigere rundt i en Single Page Application. App.js Lage Posts.js […]

Les mer