This PR fixes the problem of full table re-render on any update or keyboard navigation. This was due to a recoil state subscribe in the RecordTable component, I just moved it in the children effect components so that the Flux dependency becomes inoffensive. I also extracted one hook from the useRecordTable hook that we have to refactor gradually. Fixes https://github.com/twentyhq/core-team-issues/issues/979 Fixes https://github.com/twentyhq/core-team-issues/issues/932
Run yarn dev while server running on port 3000