jamesctucker / Fantastic-Front-End-Toolbox
- вторник, 24 сентября 2019 г. в 00:19:45
A catalogue of front-end tools, technologies, and resources for developers.
Have a tool or resource that you love and think would be helpful to others? Just send a Pull Request with the details! Please follow the simple Contribution Guidelines. Can't wait to see your suggestions!
"Wow! That stock photo really drew me into the story of your website/app/business," said no one ever. If you want to capture your audience's attention(and apparently, you have ten seconds to do so), you'll need striking, authentic imagery and illustrations.
Ever heard of JavaScript fatigue? Well it's real, folks. No one enjoys the mind-numbing process of gathering all the necessary dependencies needed to create a new app. So here are some awesome code templates that'll enable you to start your development in no time at all.
React JS Crash Course - a 30,000 foot view of React from Brad Traversy; an hour-long YouTube tutorial.
Mastering React by Mosh - a 12-hour-long series of videos where you learn React fundamentals by building a video rental app.
Official React Tutorial - you will learn React by building an interactive tic-tac-toe game.
Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries. (taken from the official Vue.js site)
Vue JS 2 - The Complete Guide - a Udemy course considered to be one of the most comprehensive Vue.js tutorials available; each concept is broken down into a bite-sized 2-3 minute video and hands-on learning.
Vue JS Crash Course - an hour-long YouTube tutorial by Brad Traversy; you will learn all about Vue.js including what it is, Vue-CLI, components, data, events, directives, etc.
Laracasts - Learn Vue 2: Step by Step - the most upvoted Vue tutorial on hackr.io.
Build an App with Vue.js - a free tutorial by Scotch.io where you'll learn by creating a lightweight event bulletin board.