All Projects → sdras → Object Explorer

sdras / Object Explorer

Licence: mit
🔥 A resource to help figure out what JavaScript object method would be best to use at any given time

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Object Explorer

Array Explorer
⚡️ A resource to help figure out what JavaScript array method would be best to use at any given time
Stars: ✭ 2,512 (+84.98%)
Mutual labels:  javascript-tools, vuex, vuejs2
Vue Pomo
A progressive web app for the Pomodoro Technique, built with Vue 2.0, Vuex and Firebase.
Stars: ✭ 51 (-96.24%)
Mutual labels:  vuex, vuejs2
Ticket Conductor
A free and open-source Laravel 5.5 and VueJS (SPA) Ticket system
Stars: ✭ 48 (-96.47%)
Mutual labels:  vuex, vuejs2
Vue Todo List
vue2.0+vuex+localStorage 待办事项
Stars: ✭ 61 (-95.51%)
Mutual labels:  vuex, vuejs2
Vueaspnetcore2webapiauth
Sample project demonstrating jwt-based authentication with an Vue.js (v2.5.13) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
Stars: ✭ 96 (-92.93%)
Mutual labels:  vuex, vuejs2
Createmap
Create a Map - City of Baltimore
Stars: ✭ 31 (-97.72%)
Mutual labels:  vuex, vuejs2
Vuejs Aspnetcore Ssr
🆙 VueJS 2.5 Server Side Rendering on ASP.NET Core 2 and more
Stars: ✭ 57 (-95.8%)
Mutual labels:  vuex, vuejs2
Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (-98.53%)
Mutual labels:  vuex, vuejs2
Basic Vue Chat
Easy to use Vue chat.
Stars: ✭ 64 (-95.29%)
Mutual labels:  vuex, vuejs2
Vue Cnode
基于vue2 + vue-router + vuet + ES6 + less + flex.css重写vue版cnode社区,使用webpack2打包
Stars: ✭ 1,134 (-16.49%)
Mutual labels:  vuex, vuejs2
Cordovue
A sample Apache Cordova application using VueJS.
Stars: ✭ 66 (-95.14%)
Mutual labels:  vuex, vuejs2
Vuejs Interview Questions
List of 300 VueJS Interview Questions And Answers
Stars: ✭ 948 (-30.19%)
Mutual labels:  vuex, vuejs2
Vms
A Vue.js 2.0 Content Management System
Stars: ✭ 885 (-34.83%)
Mutual labels:  vuex, vuejs2
Vuetify Material Dashboard
Vuetify Material Dashboard - Open Source Material Design Admin
Stars: ✭ 1,023 (-24.67%)
Mutual labels:  vuex, vuejs2
Blog Admin
personal blog administration and management, by iview
Stars: ✭ 13 (-99.04%)
Mutual labels:  vuex, vuejs2
Vuex Flash
VueJs Flash Message Component within Vuex
Stars: ✭ 54 (-96.02%)
Mutual labels:  vuex, vuejs2
Vue Memo
Using Vue.js for memo web App. webpack, vuex, vue-router, Firebase.
Stars: ✭ 88 (-93.52%)
Mutual labels:  vuex, vuejs2
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (-34.02%)
Mutual labels:  vuex, vuejs2
Manhuaren
vue2.0全家桶,仿漫画人官网(移动端)
Stars: ✭ 18 (-98.67%)
Mutual labels:  vuex, vuejs2
Simple Todo Tutorial
Simple todo app built with Vue 2.0 and Vuex 2.0
Stars: ✭ 62 (-95.43%)
Mutual labels:  vuex, vuejs2

Object Explorer

When I was first learning object methods, I spent a lot of time digging through the docs to find the appropriate one, and I had to search one by one. I made this resource to help people find the correct object method a bit more naturally. You can narrow down what you want to do and explore until you find what's most useful to you.

Check out the site here: https://objectexplorer.netlify.com/

Or if you prefer codepen: https://codepen.io/sdras/pen/rpwjzw/

I realize that there are about a million ways that this resource can be set up, and some of the taxonomy is necessarily opinionated. I tried to focus on what I thought would have helped me learn the best, rather than industry standard delineations. If that style of learning suits you better, that's great! This resource is not set up that way. Please keep in mind that this is not meant to be as comprehensive or a replacement for full documentation, which is why the MDN docs are linked to in each method.

I based most of the longer descriptions off of the MDN documentation, altering it slightly where I felt the description was not as beginner-friendly as it could be. The examples were kept as simple as humanly possible for the purpose of scanning with the least cognitive load, you may need extra details provided in the MDN documentation for every possible usage.

Enjoy!

Other Similar Projects

I have an Array Explorer as well: https://arrayexplorer.netlify.com

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].