Giter VIP home page Giter VIP logo

remix-meetup-september-2023's Introduction

September 2023 Remix Meetup

Demo Points

  1. Routes
  • Show the 4 _app routes
  • Show the pathless route
  • Show how <Outlet/> works
  • Show how <Link/> works with relative paths
  1. Forms
  • Show the message form with and without JavaScript enabled
  • Show the new thread form with and without JavaScript enabled
  • Show how buttons can have names and values
  • Show how useFetcher works with forms vs <Form>
  1. Actions
  • Show how you can use CTEs to update multiple tables without a transaction
  • Show how you can create getters that look at DataFunctionArgs
  1. useState and useEffect
  • Show that a relatively complex app doesn't need much client side state
  1. Live updates using EventSource
  • Show how resource routes can be used to create a live feed
  • Show how you can use revalidator to validate data on the client
  1. Mobile friendly
  • Show how the app works on mobile
  • Show how you can use scroll snapping to create panels and named anchors to navigate to them
    • Show how this also helps with accessibility
  1. shouldRevalidate
  • Show how you can force a layout route to revalidate if you're doing something weird for a good reason (like updating a read record)
  1. FTS Search
  • Show how you can use FTS to search for messages with highlighting
  1. Sticky list headers
  • Show how you can use position: sticky to create sticky list headers
  • Show how you can group items to make the list header push away when scrolling
  1. Theming
  • Show how you can use CSS variables to theme an app
  • Show how the new rgb function can be used with css variables to create shades
  1. ClassNames and Variants
  • Show how you can build a component library with ClassNames and Variants

remix-meetup-september-2023's People

Contributors

synvox avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.