Hacker Newsnew | past | comments | ask | show | jobs | submit | aexol's commentslogin

We have a gub that on the webpage canonical was wrong


https://mailik.dev is the link


Is there any tool that makes working with JSONs easier? Because I have this situation where clients always want a CMS for large landing pages, but then they still ask us to make changes. And we developers don't really like visual CMSs for content editing that exist. Has anyone seen something like that which would be developer-friendly and at the same time be a CMS working with JSON files?


Have you considered a headless CMS that works solely as data in, data out? The data out side is usually an API, whether native JSON via GraphQL or REST.

I really like DatoCMS for this use case but GraphCMS, Airtable, WordPress with Advanced Custom Forms etc. are all good options.

Basically that gives editors a easy interface to edit arbitrary data in, minus the styling, and gives developers pure data to work with.


dasdada


Great discovery ;)


Wow, I didn't know I can edit the title. I've just changed it - can you take a look?


Significantly clearer! Best of luck.


Thanks!


Thank you for your honest opinion. I am not a native english speaker though. My bad :(


Hi,

I've just added typed document node integration to zeus. There is still lot to document but it allows to use it with: - apollo - urql and other libs supported https://github.com/dotansimha/graphql-typed-document-node

Big thanks to Dotan Simha for creating this TypedDocumentNode!


how big is your schema then? Of course code grows as schema grows as it is translated to TS. However productivity boost is huge.

If you want to use it with bigger than 1mb schemas create an issue , maybe we can split it to more files if that works for this limit


Not sure about “of course” - TS gets erased at runtime, so while “of course” it’ll increase the pre-compiled code size, it’s not so easy post compile.

If you weren’t aware, you can’t run TS directly - you have to compile it to JS for execution


yes


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: