SAFE-BookStore icon indicating copy to clipboard operation
SAFE-BookStore copied to clipboard

Is this still maintained?

Open bdaniel7 opened this issue 3 years ago • 3 comments

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

bdaniel7 avatar Aug 20 '21 15:08 bdaniel7

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.

isaacabraham avatar Aug 20 '21 17:08 isaacabraham

Thanks, I'm trying to build a proof of concept app, using SAFE. So I'll be watching this.

bdaniel7 avatar Aug 22 '21 19:08 bdaniel7

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.

isaacabraham avatar Aug 23 '21 08:08 isaacabraham

#432 is for upgrading the application to SAFE v5

martinbryant avatar Feb 16 '24 16:02 martinbryant