Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

test(pipeline): add a test that demonstrates how to use a custom react component as the main function of a custom pipeline #1187

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 26, 2021

  1. test(pipeline): add a test that demonstrates how to use a custom reac…

    …t component as the main function of a custom pipeline
    
    uses `React.createElement`, so I don't have to worry about JSX and bundlers. Uses `getServerSideProps` like next.js, this could be used to fetch additional data from a GraphQL endpoint
    trieloff committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    43bbaae View commit details
    Browse the repository at this point in the history
  2. chore(docs): updating documentation

    CircleCi Build committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    a441373 View commit details
    Browse the repository at this point in the history