Getting started with Yesod

I had a crack when using Yesod, and I'm really struggling! I read several tutorials and a large number of Yesod books, but I still can’t understand how this works. Ideally, I am looking for a tutorial, for example, for Pyramid (python web framework). He goes through every step and explains very well.

Unfortunately, I have not yet been able to find a similar tutorial style for Yesod. If anyone knows one thing, I would be glad if you could provide me with a link.

At the same time, I have a more specific request.

I created a site using scaffold, as suggested in the textbooks. If I want to add new handlers, models, and templates, do I need to add separate files to each of the corresponding folders each time, or can I somehow arrange them in my subfolders? When I use Pyramid, I can put each module in its own folder.

+4
source share
1 answer

book, - Yesod. FP Complete, Yesod. , , . ( Haskell. - , "Learn You a Haskell for Great Good!" )

, . yesod add-handler ( , , POST GET ..) / . "Handler/ MyHandler.hs".

+2

All Articles