mpscholten     released this     Jun 13, 2021       ·              4 commits       to master       since this release  A new IHP rele

digitallyinduced / ihp

submited by
Style Pass
2021-06-16 08:00:09

mpscholten released this Jun 13, 2021 · 4 commits to master since this release

A new IHP release with some new features (spoiler alert: finally table joins) and bug fixes. Around 150 commits have been merged since the last release 23 days ago 🚀

Joins: This has been requested for quite some time already. Finally @hllizi solved this: You can now do joins with the IHP query builder 🎉

Type safety is maintained by adding all joined types to a type-level list and checking that the table has been joined where necessary. E.g. uses of filterWhereJoinedTable @Model will only compile if @Model had been joined to the input before.

Server-Side Components We've mixed the ideas of react.js with HSX. IHP Server-Side Components provide a toolkit for building interactive client-side functionality without needing to write too much javascript.

A common task when building web applications is to save and manage uploaded files like custom logos, profile pictures or .csv files provided by the user. IHP now provides a simple file storage system to upload files to Amazon S3 or any S3 compatible cloud service.

Leave a Comment
Related Posts