useEffect(() => {
dispatch(getAuth());
}, []);
const initialState = {
data: // ... async data request
}
const yourReducer = (state = initialState, action) =>...
string words = "man i need a taxi up to ubud";
Console.WriteLine(words.Split(" ").OrderByDescending(w => w.Sum(c => (int)c - 'a')).FirstOrDefault());