Giter Club home page Giter Club logo

french-house-stack's Introduction

Hire senior React engineers!

Hi ๐Ÿ‘‹, I'm Jan Hesters

I'm the CTO and co-founder of ReactSquad, providing senior full-stack React developers to SaaS companies.

I also help you master full-stack web development on all socials.

Before founding ReactSquad, I was the 7th employee at Hopin, the fastest-growing SaaS company during the pandemic. Hopin grew from a $6 million valuation to over $7 billion with hundreds of thousands of monthly active users.

๐ŸŒ Socials:

  • LinkedIn
  • X
  • YouTube

๐Ÿ’ป Tech Stack:

  • JavaScript
  • TypeScript
  • Remix
  • Next JS

๐Ÿ“Š GitHub Stats:



Ask better questions.

french-house-stack's People

Contributors

janhesters avatar ten-x-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

french-house-stack's Issues

Remove .DS_Store

  • [] Also upgrade packages and README.md
  • [] Add template for E2E tests to npm gen.

Fix metadata exports

export const meta: V2_MetaFunction<typeof loader> = ({ data, matches }) => {
  const rootMeta = matches.find(match => match.route.id === 'root')?.meta || [];
  return [
    ...rootMeta.filter(metaData => !('title' in metaData)),
    { title: data?.title },
  ];
};

Then remove the .skip the failing E2E test in home.spec.ts.

Add nvm to README.md.

Bonus launch.json:

{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
        "name": "Remix: debug server-side",
        "type": "node-terminal",
        "request": "launch",
        "command": "npm run dev"
    },
    {
        "name": "Remix: debug client-side",
        "type": "chrome",
        "request": "launch",
        "url": "http://localhost:3000"
    },
    {
        "name": "Remix: debug full stack",
        "type": "node-terminal",
        "request": "launch",
        "command": "npm run dev",
        "serverReadyAction": {
          "pattern": "started server on .+, url: (https?://.+)",
          "uriFormat": "%s",
          "action": "debugWithChrome"
        }
    },
    {
      "type": "node",
      "request": "launch",
      "name": "Debug Current Test File",
      "autoAttachChildProcesses": true,
      "skipFiles": ["<node_internals>/**", "**/node_modules/**"],
      "program": "${workspaceRoot}/node_modules/vitest/vitest.mjs",
      "args": ["run", "${relativeFile}"],
      "smartStep": true,
      "console": "integratedTerminal"
    }
  ],
}

Bonus: Remove TailwindCSS classes in file.

New version

  • Use conform
  • Fix Magic auth for email.
  • Add Magic auth for Google.
  • Use sessions for auth.
  • Fix MSW setup.
  • Add better landing page.
  • Add components with Shadcn-UI.
  • Upgrade packages (again).
  • Split up tests into integration and unit tests (so unit tests always run fast).
  • Add /healthcheck

Add not found and other missing things

  • Hook up jest dom extend expect correctly
  • Add not found page
  • mention secrets for dependabot and GH actions in readme
  • Fix .eslintrc.js for props
  • In home.tsx: t('home:home') => t('home') in the h1

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.