/Remix-contact-form

A simple app for a lean bytes presentation.

Primary LanguageJavaScript

Remix - A new react framework

Imagine you took react, react-router and a node server and stuck them in a blender.

Yup. Remix.

Pros: 
    - Follows closely with with the w3c / MDN standards
    - Progressive enhancement
    - nested routes 
Cons: 
    - she's opinonated
    - VERY new. V1 released late Nov 2021. 

What Have I already done?

  • Run the create-remix script:

     npx create-remix@latest 
  • What's diferent here than generated.

    • git init / commit
    • Setup for the sake of time.
    • This readme

Further Knowhow: