Useful suggestion as alternative for storing in non-volatile storage like flash.
However, the LMIC library keeps its state in normal RAM so the state still needs to be saved to RTCRAM before deepsleep and restored after wakeup.
According to (recent) LoRaWAN specs certain parameters (e.g. devnonce) should even be stored in NV storage that can survive power cycles.