zaydek / react-ssg

Server-generated React
MIT License
20 stars 4 forks source link

[Todo] Figure out API for static props #15

Open zaydek opened 3 years ago

zaydek commented 3 years ago

E.g. getInitialProps getStaticProps getStaticPaths getServerSideProps.

zaydek commented 3 years ago

We can possibly use top-level await to emulate CTFE.

zaydek commented 3 years ago

Top-level await doesn’t seem to want to work?