Skip to content

lifeart/glimmerx-workshop

Repository files navigation

GlimmerX Workshop

Glimmer Experimental Favicon

This is full featured SPA application created using GlimmerX library.

You can use it to explore possibilities of GlimmerVM outside of Ember.js ecosystem.

Repo includes:

  • State managment examples
  • Lazy component loading patterns
  • GraphQL Apollo integraion
  • Routing
  • Server Side rendering and rehydration
  • Tests
  • Storybook integraion
  • Typed templates

Prerequisites

You will need the following things properly installed on your computer.

  1. Ensure you have registered github account.
  2. Ensure you have VSCode installed
  3. Ensure you have NodeJS 16.13.0 installed, if not - install volta
  4. Ensure you have Yarn 1.22.17 installed, if not - install volta
  5. Install GitHub GraphQL Explorer to your github profile
  6. Visit github.com/settings/tokens and generate empty token (without checkboxes), name may be: glimmerx-workshop;

Workshop Video [RU]

Part 1 Part 2
Workshop preview (part one) Workshop preview (part two)

Installation

  • git clone https://github.com/lifeart/glimmerx-workshop
  • cd glimmerx-workshop
  • yarn

Running / Development

Running Tests

  • yarn test

Running Storybook

  • yarn storybook

Further Reading / Useful Links

  1. What Is Reactivity?
  2. What Makes a Good Reactive System?
  3. How Autotracking Works
  4. Autotracking: Elegant DX Via Cutting-Edge CS
  5. @use and Resources RFC
  6. Autotracking Simplified example

RFC's

  1. Merged
  2. Active

Videos

  1. Glimmer 2 Deep Dive with Yehuda Katz
  2. ReactiveConf 2017 - Tom Dale: Secrets of the Glimmer VM
  3. Virtual EmberConf 2020: Autotracking: Reactivity and State in Modern Ember by Chris Garrett

@tracked builtins

Issues created

  1. vitejs/vite#5364
  2. glimmerjs/glimmer-vm#1359
  3. glimmerjs/glimmer.js#365
  4. typed-ember/glint#224
  5. typed-ember/glint#223
  6. josemarluedke/glimmer-apollo#45
  7. josemarluedke/glimmer-apollo#48
  8. josemarluedke/glimmer-apollo#49
  9. josemarluedke/glimmer-apollo#50

PR's created

  1. storybookjs/builder-vite#136

Repos created

Deps

Ember Courses & books