Our great sponsors
-
Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.
-
core
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. (by vuejs)
Vue is a competitor/peer to React, and some find it a little easier to learn at first. It's really solid, too, but doesn't have the backing of Facebook/Meta to push it forward. You would rarely, if ever, use them on the same project.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Compiling assets is a little daunting at first, check out Vite which is lightning fast and created by the same guy that made Vue. It's becoming the standard.
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first.
Learn some type of way to manage content using a content management system (CMS). The most common is WordPress (unfortunately it kind of sucks to develop in) but then there's new stuff like Strapi and Contentful, both solid.
-
React is the JS framework that Facebook is using under the hood, and right now is probably the most abundant work out there. This is "front-end" framework which means it primarily deals with the presentation of the app and user interaction.
-
Nuxt.js
Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.
-
Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
Node is basically back-end Javascript. While powerful alone, almost exclusively you will use a back-end framework like Next.js or Gatsby when using React, and then maybe Nuxt or Gridsome in Vue.
-
Git is basically how you "save your game" when you are coding, allowing you to revert back to any previous point in the event that you break something. It also allows teams to work together: think two people with two separate game saves merged into one.