Closed denisw closed 1 year ago
Name | Link |
---|---|
Latest commit | eb4ee52079bb2bfbe67cf41da96787a53b3ec34d |
Latest deploy log | https://app.netlify.com/sites/masifunde/deploys/638ddadad7304800077d997a |
Deploy Preview | https://deploy-preview-321--masifunde.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Thanks to static type checking, TypeScript will help reveal and avoid bugs like "getting property
x
of undefined". Also, introduce the Yup validation library to check the content received from Contentful before rendering the page, which leads to much clearer build error messages if the content does not agree with the page's expectations.Most source files still need to be ported to TypeScript and Yup. However, this PR already converts the "Was wir machen" ("What we do") page and all of its sub-pages.
Fixes #315.