SAFE-BookStore
SAFE-BookStore copied to clipboard
Is this still maintained?
It's my first attempt to work with SAFE and I'm trying to make this work, however upon start, I get this:
let view = elmishView "Login" <| fun { Model = model; Dispatch = dispatch } ->
let buttonActive =
if String.IsNullOrEmpty model.Login.UserName || <--- line 83
Cannot read property 'UserName' of undefined
at render (Login.fs:83)
Also, the tutorial from the README doesn't really match the existing code.
I see that the online demo is working. Any ideas on how to fix it? Thanks, Daniel
Hi Daniel. The repository hasn't been touched in a while and needs some TLC. There are a bunch of alternative examples here that you might look at.
If you want something that will get you some hands-on experience, have a look at the SAFE Dojo project.
We're also in the process of creating some other samples to learn from - watch this space.
Thanks, I'm trying to build a proof of concept app, using SAFE. So I'll be watching this.
I would suggest you try out the SAFE Template itself to get up and running with a basic shell of an app and work from there rather than use this as a baseline.
#432 is for upgrading the application to SAFE v5