@AlmaAL
Web Designer · CSS · UX
Nothing here yet.
Nothing here yet.
No blogs yet.
Todo projects are boring. ReactJS has a cool Tic-Tac-Toe tutorial. The MERN Stack tutorial has a cool bug tracker application. As an idea accumulator, I’m curious to see what are some good “getting started” projects for testing waters with a new fram...
Take a look at the following code from one of the VueJS tutorial: <form action="done.html" v-on:submit.prevent="handleIt"> <script> // <model setup> function handleIt() { doSomething(); } </script> This looks deadly like an old-school inline...