Andy Mantell
Andy Mantell
Consider how govuk-react-jsx is packaged up as a UMD. Switch to ESM? Both? Need to do some research and look at what the current best way is to do this....
Remix.run looks like it might be a good fit for gov services - with progressive enhancement touted as a core feature. We should check whether it works or whether we...
As mentioned in #131 - it's possible to invoke components without all the required data which can sometimes lead to undesirable effects. We should look into throwing an error or...
### Discussed in https://github.com/surevine/govuk-react-jsx/discussions/121 Originally posted by **UPLukeet** October 7, 2021 I think the install instructions could be much clearer for instance the fact you need to import the gov...
### Discussed in https://github.com/surevine/govuk-react-jsx/discussions/122 Originally posted by **UPLukeet** October 7, 2021 Adding a type declaration would also be very useful!
govuk-frontend JS is currently being imported from the npm module but as per https://github.com/alphagov/govuk-frontend/issues/711 there are issues with this - it results (I think) in duplicated polyfills. Current "solution" is...
As per #109 - there may be some issues when testing the components in an out the box create-react-app setup. Need to investigate this and make the appropriate changes to...
As discussed in #102 - it would be good to have a NextJS examples app showing how to set it up to work with govuk-react-jsx as the out of the...
The page template doesn't really match the nunjucks base template very closely. Started a branch at https://github.com/surevine/govuk-react-jsx/tree/page-template-updates to rectify this.